Browse Skills

6825 skills found

svg-collisions.md
0
1 export svg-collisions
2 metabench from "metabench/copilot-dl-news"
3 Create or repair SVG diagrams without overlapping text/shapes. Use when shipping new SVGs, editing WLILO-styled diagrams, or when collision checks report overlaps/clipping.
2026-01-05
mkdocs.md
0
1 export mkdocs
2 barrydobson from "barrydobson/dotfiles_extra"
3 Best practices for developing documentation using mkdocs.
2026-01-05
vue-writer.md
0
1 export vue-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skill for creating and editing Vue.js components following Prowi conventions. Use when writing Vue files, creating components, or refactoring frontend code. Enforces modern patterns like defineModel(), TypeScript, and Composition API.
2026-01-05
docusaurus-customization.md
0
1 export docusaurus-customization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Customizes Docusaurus for the Physical AI & Humanoid Robotics textbook with specialized UI/UX, dark mode, accessibility features, and interactive elements.
2026-01-05
image-generator.md
0
1 export image-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Visual generation converges toward accepting first output ("looks good enough") and following technical specifications rigidly. This produces generic aesthetics and misses Gemini 3's reasoning capabilities. This skill provides multi-turn reasoning partnership methodology with professional quality standards.
2026-01-05
markdown-formatter.md
0
1 export markdown-formatter
2 beshkenadze from "beshkenadze/claude-skills-marketplace"
3 Format and structure content as clean, well-organized Markdown. Use when asked to create documentation, format text, or generate Markdown output.
2026-01-05
create-blog-post-from-url.md
0
1 export create-blog-post-from-url
2 celery94 from "celery94/celery94.github.io"
3 从给定 URL 抽取信息并生成新的博客 Markdown 文章、资源目录和 frontmatter。
2026-01-05
tdd-cycle.md
0
1 export tdd-cycle
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute a complete TDD cycle (RED → GREEN → REFACTOR) for one test. Orchestrates the full workflow from writing a failing test through implementation and refactoring to commit.
2026-01-05
xfeed.md
0
1 export xfeed
2 ericksoa from "ericksoa/xfeed"
3 Fetch and display filtered X (Twitter) timeline based on your interests. Shows AI/ML research, developer tools, and technical content while filtering out noise, rage bait, and irrelevant posts. Uses Claude Haiku to score relevance against your objectives.
2026-01-05
rust-language.md
0
1 export rust-language
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for writing Rust code covering ownership, borrowing, lifetimes, error handling, async programming, and Rust best practices
2026-01-05
documentation-standards.md
0
1 export documentation-standards
2 James1218 from "James1218/claude-code-configurations"
3 Markdown documentation standards for LLM-optimized architecture including section numbering rules for Pandoc PDF generation. Use when writing markdown documentation, creating skills, or authoring content that may be converted to PDF.
2026-01-05
ultra-think.md
0
1 export ultra-think
2 merllinsbeard from "merllinsbeard/ai-claude-skills-collection"
3 Advanced analytical framework for deep problem solving and multi-dimensional thinking. Systematically analyzes complex problems from technical, business, user, and system perspectives to generate comprehensive solutions with structured recommendations.
2026-01-05
scrape-url.md
0
1 export scrape-url
2 cyrup-ai from "cyrup-ai/kodegen-claude-plugin"
3 Web crawling with Tantivy full-text search indexing. Supports crawl, search, and auto-crawl. WHEN: User wants to "scrape a website", "crawl documentation", "search crawled content", "index a site". WHEN NOT: Single page fetch (use browser_navigate), web search (use web_search).
2026-01-05
sdd-planning.md
0
1 export sdd-planning
2 kelleysd-apps from "kelleysd-apps/sdd-agentic-framework"
3 Generate comprehensive implementation plans using Specification-Driven Development (SDD)methodology. Use when creating technical design, implementation roadmap, or executingthe /plan command.This skill orchestrates the plan-template.md execution flow, generating research, datamodels, API contracts, and test scenarios. It validates constitutional compliance(Library-First, Test-First, Contract-First) and prepares for task generation.Triggered by: /plan command, user request for "implementation plan", "technical design","how to implement", or "design this feature".
2026-01-05
plan-expert.md
0
1 export plan-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Planning and architecture decision domain expert.Knows about:- Creating ADRs (Architecture Decision Records)- Creating technical specifications- Listing and discovering planning artifacts- Transforming plans into executable VTM tasks- Integrating with research tools (thinking-partner)Use when:- User wants to document an architectural decision- User needs to create a technical specification- User wants to explore or list existing ADRs/specs- User is ready to convert planning docs into tasks- User needs research before making a decision
2026-01-05
exhaustive-testing.md
0
1 export exhaustive-testing
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Write comprehensive test coverage across unit, integration, regression, end-to-end, and manual tests. Watch for deprecation warnings in test output and address them immediately. Use when writing tests, implementing features, or before creating pull requests.
2026-01-05
development-brainstorming.md
0
1 export development-brainstorming
2 Jst-Well-Dan from "Jst-Well-Dan/Skill-Box"
3 Use when planning software development tasks, before writing code or implementation plans - refines rough technical ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. For software architecture, components, data flow, and technical design decisions. Don't use during clear 'mechanical' coding processes
2026-01-05
global-tech-stack.md
0
1 export global-tech-stack
2 pdovhomilja from "pdovhomilja/dovhomilja-cz"
3 Reference and maintain documentation of the project's technical stack including frameworks, languages, databases, testing tools, and third-party services. Use this skill when choosing technologies for implementation, adding new dependencies or libraries, setting up project infrastructure, configuring build tools and package managers, integrating third-party services (authentication, email, monitoring), selecting appropriate frameworks for features, ensuring consistency with existing technology choices, documenting technology decisions, reviewing technology compatibility, or onboarding team members to the tech stack. Apply this skill when making technology decisions, adding new tools or services, documenting the stack, or ensuring new code aligns with the project's established technical architecture.
2026-01-05
test.md
0
1 export test
2 jayprimer from "jayprimer/pmc-marketplace"
3 Execute tests following TDD cycle: RED (verify test fails) → GREEN (implement to pass) → REFACTOR.Interprets tests.json and performs steps using available tools (browser MCP, API, CLI, etc.).WHEN TO USE:- Starting implementation of a ticket with TDD: yes- After writing test spec (3-spec.md) and tests.json- When user says "run tests", "test this", "TDD cycle"- After fixing a failing testREQUIRES:- Ticket with 3-spec.md- tests.json in .pmc/docs/tests/tickets/T0000N/
2026-01-05
customgpt-rag-retrieval.md
0
1 export customgpt-rag-retrieval
2 Poll-The-People from "Poll-The-People/customgpt-claude-code"
3 Automatically retrieve relevant information from the organization's CustomGPT.ai knowledge base when answering questions about documented topics, policies, procedures, or technical specifications.
2026-01-05
reducing-complexity.md
0
1 export reducing-complexity
2 barrydobson from "barrydobson/dotfiles_extra"
3 Managing complexity is software's primary technical imperative - all other goals are secondary
2026-01-05
opensource-readme-generator.md
0
1 export opensource-readme-generator
2 irahardianto from "irahardianto/monarch"
3 Generate high-quality, "All-Star" README files for open-source repositories. Use this skill when a user asks to create, update, or improve a README.md file for their project.
2026-01-05
git-workflow.md
0
1 export git-workflow
2 smileynet from "smileynet/meta-claude"
3 Git best practices for commits, merges, and collaboration. Use when writing commit messages, deciding between merge/rebase, handling merge conflicts, or following git workflows.
2026-01-05
testing-skills-with-subagents.md
0
1 export testing-skills-with-subagents
2 barrydobson from "barrydobson/dotfiles_extra"
3 RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
2026-01-05