Content & Writing
Page 40 of 57
Browse skills in this category.
ai-ethics
Content & Writingby aiskillstore
Responsible AI development and ethical considerations. Use when evaluating
ai-handler
Content & Writingby aiskillstore
Integrate Replicate AI models with background processing, S3 storage, and credit systems
ai-html-generate
Content & Writingby aiskillstore
Use AI to recreate PDF page as semantic HTML. Consumes three inputs (PNG image, parsed text, ASCII preview) for complete contextual understanding and accurate generation.
ai-maestro-documentation-search
Content & Writingby aiskillstore
PROACTIVELY search auto-generated documentation when receiving ANY user instruction. Search for function signatures, API documentation, class definitions, and code comments BEFORE implementing anything. Your codebase documentation is valuable - use it first.
ai-native-development
Content & Writingby aiskillstore
Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development.
ai-partner-chat
Content & Writingby aiskillstore
基于用户画像和向量化笔记提供个性化对话。当用户需要个性化交流、上下文感知的回应,或希望 AI 记住并引用其之前的想法和笔记时使用。
ai-phill
Content & Writingby aiskillstore
Strategic advisor for founders. Facilitates deep thinking through Socratic dialogue, identifies blind spots, assesses risks and opportunities, and provides guidance on strategic decisions using Extended Thinking for complex analysis.
ai-runtime-toolkit
Content & Writingby aiskillstore
AI Runtime工具装备系统,支持8个内部专业工具和10+个外部CLI工具的整合管理,提供工具发现、执行和配置功能,遵循整合优于创造的设计理念
ai-sdk-handler
Content & Writingby aiskillstore
Integrate Vercel AI SDK for LLMs, Chatbots, Generative UI, and Agentic Workflows.
ai-visual-accuracy-check
Content & Writingby aiskillstore
Use AI to compare rendered HTML to original PDF page. AI makes contextual judgment about visual accuracy with explainable reasoning. BLOCKING quality gate - stops pipeline if score below 85%.
aippt
Content & Writingby aiskillstore
AIPPT - 基于模板定制化生成 PPT。垫图约束风格 → 提示词替换内容 → AI 生图 → 打包 PPTX。
air-cryptographer
Content & Writingby aiskillstore
This skill should be used when the user asks about "AIR", "algebraic intermediate representation", "ZK constraints", "trace design", "constraint soundness", "polynomial commitments", "FRI", "STARK", "lookup arguments", "permutation arguments", "memory consistency", "transition constraints", "boundary constraints", "vanishing polynomial", "quotient polynomial", "Fiat-Shamir", or needs expert-level cryptographic review of constraint systems.
alembic
Content & Writingby aiskillstore
Database migration management for SQLAlchemy projects using Alembic
allaymc-plugin-dev
Content & Writingby aiskillstore
Create, update and troubleshoot AllayMC plugins in Java or other JVM languages. Use when (1) creating a new AllayMC plugin. (2) migrating an existing plugin to AllayMC. (3) troubleshooting an AllayMC plugin.
allra-database-schema
Content & Writingby aiskillstore
Allra 데이터베이스 설계 및 QueryDSL 사용 규칙. Use when creating JPA entities, writing QueryDSL queries, or adding @Transactional annotations.
allra-test-writing
Content & Writingby aiskillstore
Allra 백엔드 테스트 작성 표준. Use when writing test code, choosing test helpers, generating test data with Fixture Monkey, or verifying test coverage.
analyzing-component-quality
Content & Writingby aiskillstore
Expert at analyzing the quality and effectiveness of Claude Code components (agents, skills, commands, hooks). Assumes component is already technically valid. Evaluates description clarity, tool permissions, auto-invoke triggers, security, and usability to provide quality scores and improvement suggestions.
analyzing-patterns
Content & Writingby aiskillstore
Automatically activated when user asks to "find patterns in...", "identify repeated code...", "analyze the architecture...", "what design patterns are used...", or needs to understand code organization, recurring structures, or architectural decisions
analyzing-response-quality
Content & Writingby aiskillstore
Expert at analyzing the quality of Claude's responses and outputs. Use when evaluating response completeness, accuracy, clarity, or effectiveness. Auto-invokes during self-reflection or when quality assessment is needed.
analyzing-test-quality
Content & Writingby aiskillstore
Automatically activated when user asks about test quality, code coverage, test reliability, test maintainability, or wants to analyze their test suite. Provides framework-agnostic test quality analysis and improvement recommendations. Does NOT provide framework-specific patterns - use jest-testing or playwright-testing for those.
ancplua-docs
Content & Writingby aiskillstore
Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.
angular-20-standalone-component
Content & Writingby aiskillstore
Create Angular 20 standalone components using modern patterns: Signals for state management, input()/output() functions (not decorators), @if/@for/@switch control flow (not *ngIf/*ngFor), inject() dependency injection (not constructor), and OnPush change detection. Use this skill when scaffolding new UI components that need reactive state, form handling, or integration with services following the three-layer architecture.
angular-cdk-integration
Content & Writingby aiskillstore
Create components using Angular CDK utilities including drag-drop, overlay, portal, scrolling, a11y, clipboard, and platform detection for ng-events project
animated-focus
Content & Writingby aiskillstore
This document captures learnings from fixing keyboard navigation issues when floating components (Select, DropdownMenu, Popover) have CSS open/close animations.
antipattern-catalog
Content & Writingby aiskillstore
Document technical debt, anti-patterns, and patterns to avoid from analyzed frameworks. Use when (1) creating a "Do Not Repeat" list from framework analysis, (2) categorizing observed code smells and issues, (3) assessing severity of architectural problems, (4) generating remediation suggestions, or (5) synthesizing lessons learned across multiple frameworks.
api-client
Content & Writingby aiskillstore
Use when setting up API clients - TanStack Query, Axios, JWT token management, error handling, or response parsing.NOT when plain fetch calls, non-API data handling, or unrelated UI logic.Triggers: "API client", "data fetching", "JWT token", "error handling", "paginated list", "TanStack Query".
api-design-framework
Content & Writingby aiskillstore
Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, error handling conventions, authentication approaches, and OpenAPI/AsyncAPI templates. Ensures consistent, well-documented, and developer-friendly APIs across all backend services.
api-designer
Content & Writingby aiskillstore
Design and document RESTful and GraphQL APIs with OpenAPI/Swagger specifications, authentication patterns, versioning strategies, and best practices. Use for: (1) Creating API specifications, (2) Designing REST endpoints, (3) GraphQL schema design, (4) API authentication and authorization, (5) API versioning strategies, (6) Documentation generation
api-dev
Content & Writingby aiskillstore
Modern API development patterns for building high-performance, scalable web services. Expert in async/await patterns, REST/GraphQL APIs, middleware, error handling, rate limiting, OpenAPI documentation, testing, and production optimizations. Framework-agnostic patterns that work with Python, Node.js, Go, and other languages.
api-documentation
Content & Writingby aiskillstore
Auto-generate comprehensive API documentation with examples, schemas, and interactive tools.
api-documentation-generator
Content & Writingby aiskillstore
Generates OpenAPI/Swagger documentation from API route files. Use when working with REST APIs, Express routes, FastAPI endpoints, or when user requests API documentation.
api-route-design
Content & Writingby aiskillstore
Use when designing RESTful API endpoints in FastAPI or Python projects.Triggers for: creating GET/POST/PUT/DELETE endpoints, request validation with Pydantic,response formatting with JSON schemas, status code selection, pagination, filtering,or sorting parameters.NOT for: GraphQL APIs, WebSocket handlers, or non-RESTful endpoints.
api-tester
Content & Writingby aiskillstore
Quick API endpoint testing with comprehensive request/response validation.
api-testing
Content & Writingby aiskillstore
Use when writing tests for backend APIs or frontend flows.Triggers for: unit tests, integration tests, E2E tests, pytest fixtures,TestClient setup, mock data factories, or test coverage analysis.NOT for: testing business logic that doesn't involve API endpoints.
apple-mail
Content & Writingby aiskillstore
Comprehensive guide for accessing and automating Apple Mail using AppleScript, including reading emails, sending messages, and managing mailboxes.
apple-ui-design
Content & Writingby aiskillstore
Apple-inspired clean, minimal, premium UI design. Use when building modern interfaces requiring exceptional UX, clean aesthetics, or Apple-like polish. Triggers on: clean UI, modern design, Apple style, minimal, premium, user-friendly, UX.
arch-view
Content & Writingby aiskillstore
This skill should be used when the user asks to "generate architecture view", "show service dependency graph", "map request flows", "show event topology", "group services by domain", "visualize architecture", or mentions cross-repository architecture analysis, service mapping, or architectural visualization.
architectural-analysis
Content & Writingby aiskillstore
Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.
architecture-decision-record
Content & Writingby aiskillstore
Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Helps teams maintain architectural memory and rationale for backend systems, API designs, database choices, and infrastructure decisions.
architecture-documenter
Content & Writingby aiskillstore
Document system architecture and technical design decisions for effective team communication and ...
architecture-navigator
Content & Writingby aiskillstore
Understand and navigate the DevPrep AI 7-folder architecture. Use this skill when asked about code organization, where to place new features, what modules exist, or when starting development tasks that need architecture context. Auto-triggers on keywords like "where should", "add module", "architecture", "structure", "organize", "place code", "what modules".
architecture-synthesis
Content & Writingby aiskillstore
Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.
art-style-creator
Content & Writingby aiskillstore
Create and define visual art styles for projects. Use when user wants to establish an art direction, create a style guide, define visual language, document aesthetic choices, or create consistent artwork guidelines for games, illustrations, animations, or other visual media.
article-list-processor
Content & Writingby aiskillstore
读取包含文章列表的 Markdown 文件,自动抓取原文内容并生成爆款文案。
ascii-preview-generate
Content & Writingby aiskillstore
Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
ascii-visualizer
Content & Writingby aiskillstore
Creates beautiful ASCII art visualizations for plans, architectures, workflows, and data. This skill should be used when explaining system architecture, creating implementation plans, showing workflows, visualizing comparisons, or documenting file structures. NOT for code syntax highlighting or markdown tables. User explicitly loves ASCII art - use liberally for visual communication.
asset-creator
Content & Writingby aiskillstore
Create visual assets (images, illustrations) using AI (OpenAI DALL-E).
assume-cloudformation-role
Content & Writingby aiskillstore
Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
ast-grep
Content & Writingby aiskillstore
语法感知的代码搜索、linting 和重写工具。支持基于 AST 的结构化代码搜索和批量代码转换。
ast-grep-rule-crafter
Content & Writingby aiskillstore
Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.
audit
Content & Writingby aiskillstore
Run comprehensive codebase audit for gaps, deprecated code, TODOs, FIXMEs, architectural anti-patterns, type issues, and code smells. Use when user asks to audit code, find issues, check code quality, or identify architectural problems.
auth-analyzer
Content & Writingby aiskillstore
Review and analyze authentication and authorization patterns for security vulnerabilities.
auth-handler
Content & Writingby aiskillstore
Manage authentication, authorization, and user sessions. Use when dealing with login, sign-up, API protection, middleware, or user data fetching.
auth-integration
Content & Writingby aiskillstore
Use when implementing authentication - login/signup forms, session management, protected routes, or role-based access control.NOT when non-auth UI, plain data fetching, or unrelated backend logic.Triggers: "login page", "signup form", "auth setup", "protected route", "role-based access", "Better Auth", "NextAuth".
aws-sso-login
Content & Writingby aiskillstore
Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.
axe-ios-simulator
Content & Writingby aiskillstore
Use when automating iOS Simulator interactions, capturing screenshots/video, or inspecting accessibility via AXe CLI.
axiom-audit
Content & Writingby aiskillstore
Audit Axiom logs to identify and prioritize errors and warnings, research probable causes, and flag log smells. Use when user asks to check Axiom logs, analyze production errors, investigate log issues, or audit logging patterns.
backend-agent
Content & Writingby aiskillstore
Handles backend/API/database work for Unite-Hub. Implements Next.js API routes, Supabase database operations, RLS policies, authentication, and third-party integrations (Gmail, Stripe).
backend-api
Content & Writingby aiskillstore
Design and implement RESTful API endpoints following best practices for routing, versioning, and HTTP standards. Use this skill when creating or modifying API routes, controllers, or endpoints in files like routes/api.php, API controller files in app/Http/Controllers/Api/, controller files in app/Http/Controllers/, API resource classes, or when implementing REST API functionality. Use when working on URL structures, HTTP method handling (GET, POST, PUT, PATCH, DELETE), API versioning strategies, query parameter handling for filtering/sorting/pagination, HTTP status code responses, rate limiting configuration, or any API endpoint design decisions.
backend-fastapi
Content & Writingby aiskillstore
Documentation for the FastAPI backend, endpoints, and dependency injection.
backend-fundamentals
Content & Writingby aiskillstore
Auto-invoke when reviewing API routes, server logic, Express/Node.js code, or backend architecture. Enforces REST conventions, middleware patterns, and separation of concerns.
backend-migrations
Content & Writingby aiskillstore
Create reversible, focused database migrations with proper naming, version control practices, and zero-downtime deployment considerations. Use this skill when creating or editing migration files in database/migrations/, when writing schema changes (creating/modifying tables, columns, indexes, foreign keys), when implementing migration rollback methods, when managing database version control, when adding or modifying indexes on large tables, or when separating schema changes from data migrations for safer deployments.
backend-models
Content & Writingby aiskillstore
Define and configure database models with proper naming, relationships, timestamps, data types, constraints, and validation. Use this skill when creating or editing model files in app/Models/, Eloquent model classes, model relationships (hasMany, belongsTo, etc.), database table structures, model attributes and casts, model factories, or seeders. Use when working on model validation logic, database constraints, foreign key relationships, indexes, scopes, accessors, mutators, or any ORM-related model configuration.
backend-orchestrator
Content & Writingby aiskillstore
Coordinates backend development tasks (APIs, services, databases). Use when implementing REST APIs, business logic, data models, or service integrations. Applies backend-standard.md for quality gates.
backend-queries
Content & Writingby aiskillstore
Write secure, optimized database queries using parameterized statements, eager loading, proper indexing, and transaction management. Use this skill when writing database queries, implementing data fetching logic, optimizing query performance, preventing SQL injection, handling N+1 query problems, using ORMs or query builders, implementing caching strategies, or managing database transactions. Apply when working with SQL queries, ORM query methods, database repository patterns, or any code that retrieves or manipulates data from databases.