Browse Skills

6825 skills found

markdowntown-backend.md
0
1 export markdowntown-backend
2 joelklabo from "joelklabo/markdowntown-cli"
3 Backend API routes, Prisma schema/migrations, and server-side validation patterns for markdowntown. Use when editing Next.js App Router API handlers, Prisma models/migrations, auth/session gating, rate limits, cache revalidation, or backend validation logic.
2026-01-05
coding-style.md
0
1 export coding-style
2 adrianschmidt from "adrianschmidt/workspace-config"
3 Guidelines for writing clean, professional code. Use when writing or modifying code, creating commits, or generating code comments. Ensures code is written for team consumption without conversation artifacts.
2026-01-05
maintainer-skill.md
0
1 export maintainer-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Maintain the atlassian_confluence_cloud_v2_client SDK project. Use when asked to generate SDK code from OpenAPI spec, debug API issues, fix OpenAPI spec errors, or run the maintenance cycle.
2026-01-05
gemini-document-processing.md
0
1 export gemini-document-processing
2 levanminhduc from "levanminhduc/LuongHoaThoNew"
3 Guide for implementing Google Gemini API document processing - analyze PDFs with native vision to extract text, images, diagrams, charts, and tables. Use when processing documents, extracting structured data, summarizing PDFs, answering questions about document content, or converting documents to structured formats. (project)
2026-01-05
swiftui-developer.md
0
1 export swiftui-developer
2 beshkenadze from "beshkenadze/claude-skills-marketplace"
3 Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.
2026-01-05
nodejs-expert.md
0
1 export nodejs-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert Node.js and TypeScript development assistant. Use when writing, reviewing, or debugging Node.js code, TypeScript projects, async programming, streams, performance optimization, or npm packages.
2026-01-05
doc-coauthoring.md
0
1 export doc-coauthoring
2 wannfq from "wannfq/dotfiles"
3 Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
2026-01-05
testing-anti-patterns.md
0
1 export testing-anti-patterns
2 Ramblurr from "Ramblurr/nix-devenv"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-05
governance-docs-codex-review.md
0
1 export governance-docs-codex-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 【WHEN】当需要对“治理层文档”进行 Codex 审阅并输出 vN-review.md 时调用。 【WHEN NOT】不用于提案生成;不用于落地修改;不用于业务/代码设计。
2026-01-05
newsletter-coach.md
0
1 export newsletter-coach
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Writing coach that extracts educational content from your daily experiences and turns it into publish-ready newsletter drafts. Use when brainstorming newsletter ideas, writing content for The Little Blue Report, or when you want help turning experiences into educational articles.
2026-01-05
guide-maker.md
0
1 export guide-maker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Place 프로젝트 사용자 가이드를 Notion에 생성하는 스킬. 테이블, 색상, 코드블록, 화살표, 이모지를 활용한 가시성 높은 문서 생성. "가이드 만들어줘", "사용자 매뉴얼 작성해줘", "도움말 문서 생성해줘", "Notion에 문서 작성해줘" 요청 시 사용. Notion MCP (MCP_DOCKER) 필요.
2026-01-05
web-to-markdown.md
0
1 export web-to-markdown
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert web pages to Markdown format using Jina AI's reader service. Use when the user asks to convert, generate, create, transform, or download a web page, website, or URL into Markdown, MD, or md format. Handles various phrasings like "convert this page to markdown", "generate markdown from this website", "create md file from this URL".
2026-01-05
implementation-planning.md
0
1 export implementation-planning
2 chunzhe-png from "chunzhe-png/claude-skills"
3 Comprehensive implementation planning guidelines for Pantas Green Django projects.Use when: planning features, designing solutions, creating technical specs, writing implementation docs.Triggers: plan, implement, design, architecture, feature, spec, GRE-, jira, ticket, roadmap, proposal
2026-01-05
docker-k8s.md
0
1 export docker-k8s
2 eous from "eous/dotclaude"
3 Docker and Kubernetes containerization best practices. Use when writing Dockerfiles, docker-compose files, or Kubernetes manifests. Triggers on mentions of Docker, container, Dockerfile, docker-compose, Kubernetes, k8s, pods, deployments, helm.
2026-01-05
doc-update.md
0
1 export doc-update
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Update and clean up project documentation files (primarily .ai/features/, but also README.md, PROGRESS_TRACKER.md, CLAUDE.md, and other .md files). Use when user requests documentation cleanup, organization, or updates for any feature, module, or project documentation (e.g., 'update photo viewer docs', 'clean up README', 'organize documentation'). Removes code snippets, outdated details, and redundant information while preserving essential architectural decisions and technical context.
2026-01-05
box-factory-skill-design.md
0
1 export box-factory-skill-design
2 racurry from "racurry/neat-little-package"
3 Meta-skill that teaches how to design Claude Code skills following the Box Factory philosophy. Helps you understand when to create skills, how to structure them for low maintenance, and how to add value beyond documentation. Use when creating or reviewing skills.
2026-01-05
julien-ref-notion-markdown.md
0
1 export julien-ref-notion-markdown
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete markdown guide for Universal Notion Uploader. Covers 14 element types (headings, callouts, highlights, toggles, embeds, columns, databases), upload modes, and API constraints.
2026-01-05
hono-ddd-guidelines.md
0
1 export hono-ddd-guidelines
2 Higashi-Masafumi from "Higashi-Masafumi/ai-coding-template"
3 DDDアーキテクチャでHonoのバックエンドを新規実装または既存コードベースをリファクタリングする際のガイド。レイヤー構成(domain/application/infrastructure/controller)、依存方向、責務境界、Hono公式ミドルウェア/プラグインの活用、Hono OpenAPIプラグイン(hono-openapi)とzod-openapiの必須採用、Drizzle ORMの利用、トランザクション境界、エラーハンドリング、テスト指針、ESLint/Prettierの必須導入を含む。
2026-01-05
testing-skills-with-subagents.md
0
1 export testing-skills-with-subagents
2 pproenca from "pproenca/dot-claude"
3 Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
openapi-documentation.md
0
1 export openapi-documentation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по OpenAPI документации. Используй для создания Swagger спецификаций, API schemas и автогенерации документации.
2026-01-05
backend-developer.md
0
1 export backend-developer
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior Backend Developer with 10+ years Java and 5+ years Spring Boot experience. Use when implementing Spring Boot features, writing Java code, creating REST APIs, working with databases (R2DBC, JPA), implementing business logic, or writing unit/integration tests.
2026-01-05
nxs-gh-create-task.md
0
1 export nxs-gh-create-task
2 sameera from "sameera/nexus"
3 Create GitHub issues from TASK-???.md files. Use when you need to bulk-create GitHub issues from task markdown files with frontmatter containing title, label, parent, and project attributes. Automatically extracts frontmatter, creates issues via gh CLI, links parent issues, and adds to specified projects.
2026-01-05
image-gen.md
0
1 export image-gen
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate compelling cover images and in-article illustrations for technical articles using the imagen CLI tool. Use when asked to "generate images", "create cover image", "make article illustrations", "create visual assets", or "add images to article". Handles both high-impact conceptual cover images and technical diagrams/illustrations for specific concepts. Includes prompt engineering best practices and SEO-friendly image integration.
2026-01-05
documentation.md
0
1 export documentation
2 miles990 from "miles990/claude-software-skills"
3 Technical writing, API docs, and documentation best practices
2026-01-05