Browse Skills
6825 skills found
edge-cases.md
7
1
export
edge-cases
2
from
"SprocketLab/slop-code-bench"
from
"SprocketLab/slop-code-bench"
3
Analyze checkpoint tests and suggest missing edge cases. Use after writing tests or when reviewing test coverage. Invoke with /edge-cases <problem> <checkpoint>.
2026-01-05
cursor-docmgr.md
6
1
export
cursor-docmgr
2
from
"go-go-golems/docmgr"
from
"go-go-golems/docmgr"
3
Use the docmgr CLI to manage ticketed docs (create tickets, add docs, relate code files with file-note, update changelog, and search). Use when the user asks how to use docmgr, wants a docmgr command sequence, or needs docmgr best practices (file-note, quoting, doctor).
2026-01-05
pikacss-dev.md
6
1
export
pikacss-dev
2
from
"pikacss/pikacss"
from
"pikacss/pikacss"
3
Develop, test, and document the PikaCSS monorepo (core engine, unplugin adapters, Vite/Nuxt plugins, docs site) using pnpm-based workflows.
2026-01-05
markdown-video.md
6
1
export
markdown-video
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
Convert Deckset-format markdown slides with speaker notes to presentation video with TTS narration. Use when user requests to create video from slides, generate presentation video, or convert slides to MP4 format.
2026-01-05
spec-metadata.md
6
1
export
spec-metadata
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Generates metadata for research documents and specifications including date/time, git commit, branch, and repository info. Use when creating research documents, handoffs, or any documentation that needs timestamp and git metadata.
2026-01-05
obsidian-mermaid.md
6
1
export
obsidian-mermaid
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
Create Obsidian-compatible Mermaid diagrams. Prefer square layouts (TB + subgraph LR), avoid markdown in labels. Use when creating flowcharts, sequence diagrams, or any Mermaid diagrams in markdown files.
2026-01-05
hardened-outline-driven-development-for-rust.md
6
1
export
hardened-outline-driven-development-for-rust
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
HODD-RUST: Validation-first Rust development. Strictly validation-first before-and-after(-and-while) planning and execution. Merges Type-driven + Spec-first + Proof-driven + Design-by-contracts. Use for Rust projects requiring formal verification, safety proofs, comprehensive validation, or when working with unsafe code, concurrency, or FFI boundaries. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.
2026-01-05
testing-test-writing.md
6
1
export
testing-test-writing
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write focused tests for core user flows and critical business logic, testing behavior rather than implementation, with clear names and fast execution. Use this skill when writing unit tests, integration tests, or end-to-end tests. When testing critical user workflows and primary application features. When creating tests that focus on what code does rather than how it does it. When mocking external dependencies like databases, APIs, or file systems. When naming tests to clearly describe the scenario and expected outcome. When keeping tests fast and independent. When completing feature implementation and adding strategic tests at logical completion points. When working with test files or test frameworks.
2026-01-05
recovery-strategies.md
6
1
export
recovery-strategies
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Escalation path when stuck on pattern development. Use when encountering TypeScript errors, framework confusion, unexpected behavior, or blocked progress. Five-step recovery: check docs, study examples, strategic investigation (plan mode + subagents), reset and retry, ask user.
2026-01-05
obsidian-links.md
6
1
export
obsidian-links
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
Format and validate Obsidian wiki links with proper filename, section, and folder conventions. Verify links exist before creation and fix broken links. Use when creating or checking wiki links in markdown files.
2026-01-05
python-development.md
6
1
export
python-development
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Core Python development concepts, idioms, best practices, and language features.Covers Python 3.10+ features, type hints, async/await, and Pythonic patterns.For running scripts, see uv-run. For project setup, see uv-project-management.Use when user mentions Python, type hints, async Python, decorators, context managers,or writing Pythonic code.
2026-01-05
report-bug.md
6
1
export
report-bug
2
from
"newpush/coach"
from
"newpush/coach"
3
Automatically generate and post detailed bug reports to GitHub Issues for the active project repository. This skill should be used when documenting bugs discovered during development, creating professionally formatted GitHub Issues with reproduction steps, technical insights, and recommended E2E tests.
2026-01-05
astro-content.md
6
1
export
astro-content
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Create Astro/Starlight MDX content pages. Use when the user says "write a new article", "add a blog post", "create content in Tech/Life category", or "add an MDX page".
2026-01-05
brainstorming.md
6
1
export
brainstorming
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
test-driven-development.md
6
1
export
test-driven-development
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
eXtreme Programming Test-Driven Development (XP-style TDD) Skill. This skill provides both reference documentation AND execution capabilities for the full PLAN -> RED -> GREEN -> REFACTOR workflow.
2026-01-05
hardened-outline-driven-development.md
6
1
export
hardened-outline-driven-development
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Automated validation orchestration across proof, spec, type, contract, and test artifacts with configurable precedence and gating. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> EXECUTE -> REPORT workflow.
2026-01-05
issue-filing.md
6
1
export
issue-filing
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
File framework issues after exhausting other approaches. Document complex problems with multiple failed attempts for framework authors. REQUIRES user permission. Use only after checking docs, community-docs, and trying multiple approaches.
2026-01-05
deepwiki-api.md
6
1
export
deepwiki-api
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill enables GitHub repository documentation exploration using DeepWiki API directly via curl. Use when researching repository structure, understanding library APIs, or asking questions about open-source projects. MCP server not required.
2026-01-05
dev-swarm-project-restore.md
6
1
export
dev-swarm-project-restore
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Restore a project from 99-archive, a remote git repo, or a local codebase back to the workspace root, including reconstructing missing docs, stages, and sprints. Use when the user asks to resume work on an existing project.
2026-01-05
web-investigation.md
6
1
export
web-investigation
2
from
"rosssaunders/coincise"
from
"rosssaunders/coincise"
3
Investigate website structure and debug web scraping using Chrome DevTools MCP. Use when analyzing documentation frameworks, debugging extraction issues, understanding HTML structure, investigating why web content isn't being captured correctly, or exploring API documentation sites. Covers Redocly, Swagger UI, and other modern documentation frameworks.
2026-01-05
translate-article.md
6
1
export
translate-article
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Translate MDX articles between English and Japanese for global engineers. Use when the user says "translate this article", "convert to Japanese/English", or asks to localize content in `src/content/docs/`. Auto-detects source language and outputs to the correct i18n path.
2026-01-05
c3.md
6
1
export
c3
2
from
"lagz0ne/c3-skill"
from
"lagz0ne/c3-skill"
3
Use when project needs C3 adoption (no .c3/) or auditing existing C3 docs.Triggers: "adopt C3", "onboard", "scaffold", "audit", "validate", "check C3", "init".NOT for navigation (use c3-query) or changes (use c3-alter).
2026-01-05
completions.md
6
1
export
completions
2
from
"bendrucker/dotfiles"
from
"bendrucker/dotfiles"
3
ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or working with zsh autocomplete. Do not use when installing packages from homebrew, since that typically installs completions automatically.
2026-01-05
interactive-writing-assistant.md
6
1
export
interactive-writing-assistant
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
This skill provides comprehensive support for the writing process from ideation through revision. Use this skill when helping users write essays, articles, or creative pieces through interactive collaboration. The skill supports co-evolving outline and prose, voice-based input processing, multiple writing styles, and connection to the user's PKM system for enriched content.
2026-01-05