Browse Skills

6825 skills found

documenting-stack.md
6
1 export documenting-stack
2 plvo from "plvo/create-faster"
3 Use when documenting stacks, databases, or ORMs in create-faster MDX docs - focuses on technical changes and what we add beyond official setup
2026-01-05
issue-filing.md
6
1 export issue-filing
2 jkomoros 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
quality-fix-formatting.md
6
1 export quality-fix-formatting
2 mvillmow from "mvillmow/ml-odyssey"
3 Automatically fix code formatting issues using mojo format, markdownlint, and pre-commit hooks. Use when formatting checks fail or before committing code.
2026-01-05
python-testing.md
6
1 export python-testing
2 laurigates from "laurigates/dotfiles"
3 Python testing with pytest, coverage, fixtures, parametrization, and mocking.Covers test organization, conftest.py, markers, async testing, and TDD workflows.Use when user mentions pytest, unit tests, test coverage, fixtures, mocking,or writing Python tests.
2026-01-05
vscode-tdd-expert.md
6
1 export vscode-tdd-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. Use when writing tests before implementation, creating comprehensive test suites, implementing Red-Green-Refactor cycles, or improving test coverage for extension components like WebViews, terminal managers, and activation logic.
2026-01-05
deepwiki-api.md
6
1 export deepwiki-api
2 s-hiraoku 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
typescript-patterns.md
6
1 export typescript-patterns
2 stevenmays from "stevenmays/dotfiles"
3 Best practices for TypeScript types, interfaces, assertions, and type safety. Use when writing or reviewing TypeScript code.
2026-01-05
dev-swarm-project-restore.md
6
1 export dev-swarm-project-restore
2 X-School-Academy 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
create-analyzer.md
6
1 export create-analyzer
2 mc-zuri from "mc-zuri/mineflayer-bedrock"
3 Create a new packet analyzer for Minecraft Bedrock logs. Generates template code, provides documentation links, and guides testing workflow.
2026-01-05
partner-providers-runware.md
6
1 export partner-providers-runware
2 imgly from "imgly/plugins"
3 Discover new Runware AI models from documentation and implement providers.Use when: checking for new Runware models, implementing Runware providers,updating providers.md status, or working with Runware API integrations.
2026-01-05
web-investigation.md
6
1 export web-investigation
2 rosssaunders 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 nozomi-koborinai 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
schematic-generation.md
6
1 export schematic-generation
2 laurigates from "laurigates/dotfiles"
3 Generate color-coded electronics schematic diagrams from wiring documentation using AI image generation.Parses WIRING.md or similar documentation files, researches component pinouts via web search,and generates visual schematic images with hobby-friendly color coding using Nano Banana Pro.Use when the user wants to:- Generate a schematic from wiring documentation- Visualize circuit connections from a WIRING.md file- Create circuit diagrams for embedded projects- Generate hardware documentation imagesTriggers: "generate schematic", "create schematic", "schematic from wiring","visualize circuit", "circuit diagram", "wiring diagram image"
2026-01-05
c3.md
6
1 export c3
2 lagz0ne 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
context7-resolve-library-id.md
6
1 export context7-resolve-library-id
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To find the Context7-compatible library ID for a package or product name, resolve the library ID before querying docs unless the user already provided an /org/project ID (max 3 calls).
2026-01-05
dgroomes-project-conventions.md
6
1 export dgroomes-project-conventions
2 dgroomes from "dgroomes/my-software"
3 Conventions and style guidelines for dgroomes' personal projects. Use when upgrading, maintaining, or creating projects in dgroomes' repositories. Covers README style, Gradle configuration, version catalogs, commit messages, and general code conventions.
2026-01-05
completions.md
6
1 export completions
2 bendrucker 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
idiomatic-rust.md
6
1 export idiomatic-rust
2 bearcove from "bearcove/pikru"
3 Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
2026-01-05
cursor-debate.md
6
1 export cursor-debate
2 go-go-golems from "go-go-golems/docmgr"
3 Run a research-first, multi-perspective debate to explore complex technical decisions (trade-offs, architecture choices, integration strategies) using concrete codebase evidence. Use when the user asks to "debate" approaches, compare options, or needs a structured exploration before deciding.
2026-01-05
dev-swarm-architecture.md
6
1 export dev-swarm-architecture
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Design system architecture including components, data flow, and deployment boundaries. Use when user asks to design architecture, create architecture diagrams, or start Stage 6 after UX design.
2026-01-05
community-docs.md
6
1 export community-docs
2 jkomoros from "jkomoros/community-patterns"
3 Community superstitions - unverified observations from pattern development. Use when encountering undocumented edge cases or framework quirks not in official docs. Verified knowledge should be upstreamed to labs docs.
2026-01-05
interactive-writing-assistant.md
6
1 export interactive-writing-assistant
2 jykim 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
create-connector-document.md
6
1 export create-connector-document
2 databrickslabs from "databrickslabs/lakeflow-community-connectors"
3 Generate public-facing documentation for a connector targeted at end users.
2026-01-05
dev-swarm-tech-specs.md
6
1 export dev-swarm-tech-specs
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Define technical specifications including tech stack, security, theme standards (from UX mockup), coding standards, and testing standards. Use when user asks to define tech specs, choose tech stack, or start Stage 7 after architecture.
2026-01-05