- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
create-github-sub-issues
by tomoasleep
GitHub Sub Issuesの作成・管理(追加/削除/一覧)を行うためのSkill。Use when Claude needs to: (1) Plan作成やタスク分解で関連するIssueを複数作り、親子関係を付けたい, (2) 既存の親Issueに子Issueを追加して進捗を追いたい, (3) 既存の親子関係を解除したい, (4) 親Issueに紐づくSub Issue一覧を取得したい
skills-readme-updater
by oldwinter
This skill should be used after creating or modifying skills to update the main README.md file. It scans all skills in ~/.claude/skills/, extracts metadata from SKILL.md files, and regenerates the README with categorized skill listings. Triggers on requests mentioning "update skills readme", "refresh skills list", or after adding new skills.
android-service-account-guide
by hitoshura25
Step-by-step guide for creating Google Cloud service account for Play Store API access
xiaohongshu-viral-analyzer
by cyhzzz
小红书爆款内容分析工具,基于流量黑客视角评估笔记爆款潜力。从四维结构(极致对标/情绪放大/算法迎合/工业结构)分析内容质量,提供评分(0-100分)和优化建议(≤100字)。核心特点:(1) 拒绝文人矫情,基于数据反馈与算法逻辑;(2) 评估标题吸引力、内容密度、情绪刺激、算法友好度;(3) 输出简洁的优化建议(≤100字);(4) 适用于Phase 2完成后对最终小红书笔记进行质量评估。提供可操作的改进方向。
jira-cli
by Michaelliv
Interact with Atlassian Jira from the command line. Create, update, and search issues, manage sprints and epics, transition statuses, and more. Use when the user wants to work with Jira tickets, check sprint progress, or automate project workflows.
ai-review-validator
by mkdir700
Autonomously validate and execute AI Review suggestions from PR comments. Use when users provide AI Review comments (from GitHub Copilot, CodeRabbit, etc.) that suggest code changes, API migrations, or fixes. The skill verifies suggestions against official docs, tests compilation, calculates confidence scores, and auto-applies changes when verified. Triggers on phrases like "verify this AI Review", "apply this suggestion", "validate AI Review comment", or when users paste AI Review URLs/content.
django-clean-drf
by agusabas
Create production-quality Django REST Framework APIs using Clean Architecture and SOLID principles. Covers layered architecture (views, use cases, services, models), query optimization (N+1 prevention), pagination/filtering, JWT authentication, permissions, and production deployment. Use when building new Django APIs, implementing domain-driven design, optimizing queries, or configuring authentication. Applies Python 3.12+ and Django 5+ patterns.
erc8004-avalanche
by den-labs
Register and manage AI agent identities on Avalanche C-Chain using ERC-8004 (Trustless Agents). Use this skill when the user wants to register an AI agent on-chain, give or read reputation feedback, request validation, or interact with ERC-8004 identity/reputation/validation registries on Avalanche mainnet or Fuji testnet.
lazy-skill
by ardasevinc
Browse and load skills on-demand from ~/.claude/lazy-skills/. Use when you need a skill that isn't always loaded.
xiaohongshu-finance-writer
by cyhzzz
通用小红书财经笔记改写工具,支持多账号风格。根据用户指定的账号风格(投教笔记/广告笔记/叮叮猫/排雷哥/乐乐/中金风),将金融内容改写为符合该账号风格的小红书笔记格式。核心特点:(1) 动态读取账号风格配置,应用对应的语言风格、内容结构和引流方式;(2) 输出5-10个标题版本、多页笔记结构(封面页+内容页N页+尾页推广)、正文内容(含引导语+风险提示+标签);(3) 每页内容充分展开(定义+用法+例子+注意事项),符合小红书"长篇干货"要求;(4) 严格遵守金融合规要求,包含完整风险提示。适用于Phase 0.5已确认账号风格后的改写场景。
hyperliquid
by dwellir-public
Hyperliquid L1 reference for Dwellir endpoints: HyperEVM JSON-RPC, Info API proxy, gRPC L1 streaming, order book WebSocket, dedicated nodes, and trading patterns. Covers HyperCore trading layer, HyperEVM smart contracts (chain ID 999), market data queries, perpetuals metadata, spot markets, and best practices. Use when working with Hyperliquid, HYPE, HyperEVM, HyperCore, perpetual futures, order books, funding rates, or Hyperliquid trading through Dwellir. Triggers on mentions of hyperliquid, HYPE, HyperEVM, HyperCore, order book, perpetuals, funding rate, l2Book, l4Book, gRPC streaming, nanoreth, or hyperliquid trading.
architect
by whichguy
Design system architecture and make technology decisions. Dispatches to system-architect agent for comprehensive design work. AUTOMATICALLY INVOKE when: - "design architecture", "what tech stack", "system design" - "how should I structure", "architecture for", "design system" - "technology recommendation", "compare frameworks" NOT for: Implementation (use /develop), task breakdown (use /tasks)
curl-api
by jclfocused
Make HTTP API requests with curl. Use when calling REST APIs, making HTTP requests, testing endpoints, or working with web services via curl.
spice-cloud-management
by spiceai
Manage Spice.ai Cloud apps, deployments, secrets, API keys, and org members via the Management API. Use when creating or updating cloud apps, deploying Spicepods, managing secrets or API keys, listing regions or runtime versions, or automating Spice.ai Cloud operations.
api-developer
by paulund
Use when building and maintaining APIs for applications and services.
frontend-dev-guidelines
by vibery-studio
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
api-design
by ProjAnvil
Professional API design skill covering RESTful APIs, GraphQL, API versioning, authentication, idempotency, and API documentation best practices.
slack-cli
by Michaelliv
Interact with Slack from the command line. Send messages, read channel history, list channels and users, upload files, manage reminders, and more. Use when the user wants to communicate with Slack, check messages, or automate Slack workflows.
breeze-x402-payment-api
by anagrambuild
Operates Breeze x402 payment-gated endpoints for balance checks, deposits, and withdrawals on Solana. Use when the user asks to manage Breeze positions or execute paid x402 API calls.
mcp-builder
by Crumbgrabber
Guide for creating high-quality MCP (Model Context Protocol) servers
microservices-architecture
by 1Mangesh1
Microservices architecture patterns and design. Use when user asks to "design microservices", "service decomposition", "API gateway", "distributed transactions", "circuit breaker", "service mesh", "event-driven architecture", "saga pattern", "service discovery", or mentions microservices design patterns and distributed systems.
content-creation-framework
by cyhzzz
通用内容创作辅助框架。提供从需求理解、选题讨论、结构化设计到质量检查的全流程方法论,帮助创作高质量、有深度的内容。
way-magefile
by way-platform
Build tool for Go projects. Use when the user wants to create, edit, or understand Way-specific Magefiles, build targets, or automate Go project tasks.
aep
by way-platform
API design system in the AEP (API Enhancement Proposals) collection. AEPs provide high-level, concise documentation for API development, serving as the source of truth for consistent, intuitive, and machine-readable API designs. Use this skill when designing, reviewing, or implementing APIs to ensure compliance with these established standards.