Browse Skills

6825 skills found

codetographer.md
1
1 export codetographer
2 Kelvination from "Kelvination/codetographer"
3 Generates interactive code flow diagrams (.cgraph files).Invoke when users ask: "how does X work", "show me the flow of Y","visualize the architecture", "diagram the data flow","create a graph of the codebase", or similar queries aboutunderstanding code structure and relationships.
2026-01-05
pr-creation.md
1
1 export pr-creation
2 troykelly from "troykelly/claude-skills"
3 Use after completing implementation - create pull request with complete documentation, proper labels, linked issues, and verification summary
2026-01-05
progressive-disclosure.md
1
1 export progressive-disclosure
2 authenticwalk from "authenticwalk/mybibletoolbox-code"
3 Use for all .md file creation/editing. README ≤200 lines (self-contained overview), topic files ≤400 lines. Plan ahead - if content will exceed limits, create directory structure from start.
2026-01-05
planning.md
1
1 export planning
2 wollfoo from "wollfoo/setup-factory"
3 Use when you need to plan technical solutions that are scalable, secure, and maintainable. Create implementation plans, architecture designs, feature roadmaps. | Sử dụng khi cần lên kế hoạch, thiết kế kiến trúc, phân tích tính năng, đề xuất giải pháp, roadmap.
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
auth-flow-builder.md
1
1 export auth-flow-builder
2 MaciWP from "MaciWP/CV_Astro"
3 This skill builds complete authentication flows (JWT, OAuth, session-based) with security best practices.Supports Python (FastAPI, Flask), Node.js/Bun (Hono, Express), and includes registration, login, logout, refresh tokens, password reset.Implements bcrypt/argon2 hashing, JWT signing/verification, session management, CSRF protection, rate limiting.Activate when user says "add authentication", "build login", "JWT auth", "OAuth integration", or needs secure auth.Output: Complete auth system with endpoints, middleware, security, tests, and documentation.
2026-01-05
requirements-discovery.md
1
1 export requirements-discovery
2 1ambda from "1ambda/dataops-platform"
3 Stakeholder interview and requirements elicitation. Discovers hidden needs, surfaces contradictions, and produces structured specifications. Use when gathering requirements, conducting discovery interviews, or writing PRDs/feature specs.
2026-01-05
nanobanana.md
1
1 export nanobanana
2 johnpsasser from "johnpsasser/nanobanana"
3 Generate photorealistic images with perfect text rendering using Nano Banana Pro (Gemini 3 Pro Image). Automatically enhances prompts for optimal results with this reasoning-based image model. Use when users request image generation, logos, infographics, posters, diagrams, or any visual content.
2026-01-05
skill-learning.md
1
1 export skill-learning
2 garyblankenship from "garyblankenship/SKILL.md"
3 Extract actionable knowledge from external sources and enhance existing skills using 4-tier novelty framework. Use when learning from URLs, documentation, or codebases. Use for enhancing existing skills or creating new ones from external patterns.
2026-01-05
sample-explaining-code.md
1
1 export sample-explaining-code
2 yellow-seed from "yellow-seed/template"
3 Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
2026-01-05
using-loaded-knowledge.md
1
1 export using-loaded-knowledge
2 adilkalam from "adilkalam/claude-vibe-code"
3 MANDATORY protocol enforcing knowledge check before EVERY response - prevents explaining systems without reading docs, claiming without verification, and ignoring auto-loaded context
2026-01-05
openapi-contract-editor.md
1
1 export openapi-contract-editor
2 MaciWP from "MaciWP/CV_Astro"
3 Guides editing and creation of OpenAPI 3.0 contracts in binora-contract submodule with modular YAML structure, Redocly validation, and Django/DRF consistency checks. Auto-activates when editing contracts, implementing endpoints, or modifying serializers.
2026-01-05
blog-manager.md
1
1 export blog-manager
2 hiroshi75 from "hiroshi75/ccplugins"
3 Use for all blog writing tasks including creating articles (Zenn Japanese, dev.to/Medium English), managing ideas, and setting up blog projects. This is the unified entry point for technical blog writing workflow. Supports idea tracking with status management (backlog/in-progress/done).
2026-01-05
writing-style.md
1
1 export writing-style
2 HexSleeves from "HexSleeves/yadmdots"
3 Write in Steven's personal style—pragmatic, direct, and opinionated. Blends technical depth with personal stakes, trade-off thinking, and actionable takeaways. Use for essays, blog posts, and technical articles.
2026-01-05
east-node-io.md
1
1 export east-node-io
2 elaraai from "elaraai/east-node"
3 I/O platform functions for the East language on Node.js. Use when writing East programs that need SQL databases (SQLite, PostgreSQL, MySQL), NoSQL databases (Redis, MongoDB), S3 storage, file transfers (FTP, SFTP), file format parsing (XLSX, XML), or compression (Gzip, Zip, Tar). Triggers for: (1) Writing East programs with @elaraai/east-node-io, (2) Database operations with SQL.SQLite, SQL.Postgres, SQL.MySQL, NoSQL.Redis, NoSQL.MongoDB, (3) Cloud storage with Storage.S3, (4) File transfers with Transfer.FTP, Transfer.SFTP, (5) Format parsing with Format.XLSX, Format.XML, (6) Compression with Compression.Gzip, Compression.Zip, Compression.Tar.
2026-01-05
project-workflow.md
1
1 export project-workflow
2 kcenon from "kcenon/claude-config"
3 Provides workflow guidelines for problem-solving, git commits, GitHub issues, PRs, build management, and testing. Use when planning tasks, creating issues, submitting PRs, managing builds, or writing tests.
2026-01-05
git-commit.md
1
1 export git-commit
2 AnthemFlynn from "AnthemFlynn/ccmp"
3 Help users write professional git commit messages following Conventional Commits. Use when users ask about commits, need help writing commit messages, want to validate commit format, ask about git message conventions, or use slash commands like /commit, /validate, /changelog, /version.
2026-01-05
decision-weigh-options.md
1
1 export decision-weigh-options
2 synapseradio from "synapseradio/thinkies"
3 Compare specific named alternatives by mapping what you gain and lose with each choice across user-defined dimensions. Use when: (1) asked "which option should I choose" between 2-5 specific alternatives like technical approaches or vendor choices, (2) each alternative has distinct advantages and disadvantages that need explicit comparison, (3) the decision depends on which trade-offs the user is willing to accept, (4) presenting options without making the recommendation, letting trade-off clarity guide the choice
2026-01-05
writing-requirements-documents.md
1
1 export writing-requirements-documents
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when creating requirements documents, PRDs, or epics with user stories - ensures Obsidian block anchors, wiki links for traceability, and citation-manager validation for link integrity
2026-01-05
planning.md
1
1 export planning
2 SmidigStorm from "SmidigStorm/storm-claude-marketplace"
3 Interactive implementation planning from backlog items. Use when creating plans for features, fixes, or tasks. Guides 6-phase collaborative dialogue from discovery through documentation.
2026-01-05
requirements-writing.md
1
1 export requirements-writing
2 SmidigStorm from "SmidigStorm/storm-claude-marketplace"
3 BDD requirements using Gherkin syntax. Activates when users describe features, requirements, user stories, acceptance criteria, or work with .feature files. Generates Given-When-Then scenarios, validates Gherkin structure, and creates complete feature files.
2026-01-05
skill-creator.md
1
1 export skill-creator
2 eliasjudin from "eliasjudin/codex-skill-creator"
3 Create and refine Codex skills (folders containing `SKILL.md`). Use when you need help naming a skill, writing effective `name`/`description`, structuring the on-disk instructions, or adding scripts/references/assets for repeatable workflows.
2026-01-05
xp-practices.md
1
1 export xp-practices
2 pacphi from "pacphi/ampel"
3 Apply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
2026-01-05
whole-editor.md
1
1 export whole-editor
2 Goobee811 from "Goobee811/Whole"
3 Specialized editor for Whole knowledge architecture - Vietnamese-English bilingual documentation.Use when: (1) Editing content in Whole docs, (2) Expanding domain/function concepts,(3) Adding new concepts with 4-point descriptions, (4) Updating cross-references,(5) Resolving duplicate concepts, (6) Maintaining bilingual format integrity.
2026-01-05