Browse Skills
44915 skills found
dev-swarm-mvp.md
6
1
export
dev-swarm-mvp
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Define MVP scope, success metrics, and explicit out-of-scope items to focus on the smallest testable product. Use when user asks to define MVP, scope MVP, or start Stage 3 after personas.
2026-01-05
sveltekit-remote-functions.md
6
1
export
sveltekit-remote-functions
2
from
"Seeker1911/dotfiles"
from
"Seeker1911/dotfiles"
3
SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.
2026-01-05
error-handling-patterns.md
6
1
export
error-handling-patterns
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Error handling patterns including exceptions, Result pattern, validation strategies, retry logic, and circuit breakers. **ALWAYS use when implementing error handling in backend code, APIs, use cases, or validation logic.** Use proactively for robust error handling, recovery mechanisms, and failure scenarios. Examples - "handle errors", "Result pattern", "throw exception", "validate input", "error recovery", "retry logic", "circuit breaker", "exception hierarchy".
2026-01-05
architecture-auditor.md
6
1
export
architecture-auditor
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Architecture audit and analysis specialist for Modular Monoliths. **ALWAYS use when reviewing codebase architecture, evaluating bounded contexts, assessing shared kernel size, detecting "Core Obesity Syndrome", or comparing implementation against ADR-0001 and anti-patterns guide.** Use proactively when user asks about context isolation, cross-context coupling, or shared kernel growth. Examples - "audit contexts structure", "check shared kernel size", "find cross-context imports", "detect base classes", "review bounded context isolation", "check for Core Obesity".
2026-01-05
codebase-layout.md
6
1
export
codebase-layout
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Codebase organization for pikru. Use when you need to find where specific functionality lives.
2026-01-05
manage-issue-status.md
6
1
export
manage-issue-status
2
from
"perigrin/chalk"
from
"perigrin/chalk"
3
Use automatically after EVERY PR merge when working on milestone-tracked work. Closes completed issues, searches for dependent issues blocked by completed work, verifies all dependencies are satisfied, and updates status labels (ready/blocked).
2026-01-05
dev-swarm-install-ai-code-agent.md
6
1
export
dev-swarm-install-ai-code-agent
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Install AI code agent CLI tools including claude-code, gemini-cli, codex, and github copilot-cli. Use when setting up AI coding assistants or when the user asks to install an AI code agent.
2026-01-05
scrum-dashboard.md
6
1
export
scrum-dashboard
2
from
"atusy/agentic-scrum"
from
"atusy/agentic-scrum"
3
Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
2026-01-05
frontend-responsive.md
6
1
export
frontend-responsive
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Build responsive layouts that work seamlessly across mobile, tablet, and desktop screen sizes using mobile-first development, fluid layouts, and relative units. Use this skill when implementing layouts or UI components that need to adapt to different screen sizes. When setting up breakpoints, media queries, or responsive utilities. When using relative units (rem, em, %) instead of fixed pixels. When ensuring touch-friendly tap targets and optimizing for mobile performance. When testing UI changes across multiple device sizes. When implementing responsive typography, images, or navigation patterns.
2026-01-05
document-source-write-back-api.md
6
1
export
document-source-write-back-api
2
from
"databrickslabs/lakeflow-community-connectors"
from
"databrickslabs/lakeflow-community-connectors"
3
Research and document write/create APIs of a source system to enable write-back testing functionality.
2026-01-05
create-worktree.md
6
1
export
create-worktree
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Creates a new git/jj worktree for development work with proper setup, dependencies, and optional thoughts initialization. Use when user needs to create a new worktree for feature development or bug fixes.
2026-01-05
awslabs-aws-api-mcp-server-call-aws.md
6
1
export
awslabs-aws-api-mcp-server-call-aws
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run an exact AWS CLI command, execute a validated `aws ...` command for direct AWS operations when you already know the precise service and parameters; use instead of suggesting commands.
2026-01-05
persona.md
6
1
export
persona
2
from
"JacbK/persona"
from
"JacbK/persona"
3
AI assistant framework for building unique, authentic portfolio websites from scratch. Guides agents through research, design, and implementation phases.
2026-01-05
blueprint-development.md
6
1
export
blueprint-development
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Generate project-specific skills and commands from PRDs for Blueprint Development methodology. Use when generating skills for architecture patterns, testing strategies, implementation guides, or quality standards from requirements documents.
2026-01-05
playwright-tester.md
6
1
export
playwright-tester
2
from
"martinellich/aiup-marketplace"
from
"martinellich/aiup-marketplace"
3
Creates Playwright integration tests for Vaadin views.
2026-01-05
functype-developer.md
6
1
export
functype-developer
2
from
"jordanburke/functype"
from
"jordanburke/functype"
3
Assist contributors working on the functype library codebase. Use this skill when creating new data structures, implementing functional interfaces (Functor, Monad, Foldable), adding tests, debugging library internals, or understanding functype's Scala-inspired architecture patterns including the Base pattern, HKT system, and Companion utilities.
2026-01-05
consolidate-transcripts.md
6
1
export
consolidate-transcripts
2
from
"dparedesi/YTScribe"
from
"dparedesi/YTScribe"
3
Consolidate transcripts from a channel into a single file, sorted by date (newest first), up to 800K tokens. Use when preparing transcripts for LLM context or bulk analysis.
2026-01-05
ruff-formatting.md
6
1
export
ruff-formatting
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Python code formatting with ruff format. Fast, Black-compatible formatting for consistent code style. Use when formatting Python files, enforcing style, or checking format compliance.
2026-01-05
data-modeler.md
6
1
export
data-modeler
2
from
"martinellich/aiup-marketplace"
from
"martinellich/aiup-marketplace"
3
Creates entity model documents with Mermeaid.js ER diagrams and attribute tables.
2026-01-05
git-cd-pr.md
6
1
export
git-cd-pr
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Crée une Pull Request en mode Continuous Delivery avec workflow complet : QA, labels version (major/minor/patch), feature flags, code review automatique.
2026-01-05
embedded-systems.md
6
1
export
embedded-systems
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Embedded systems programming with ESP32/ESP-IDF, STM32, FreeRTOS, real-time systems,and hardware abstraction. Covers low-level development, RTOS patterns, peripheraldrivers, and firmware workflows.Use when user mentions ESP32, ESP-IDF, STM32, FreeRTOS, embedded, microcontroller,firmware, RTOS, or hardware programming.
2026-01-05
firecrawl-api.md
6
1
export
firecrawl-api
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill enables web scraping and content extraction using Firecrawl API directly via curl. Use when scraping web pages, crawling websites, or extracting structured data. MCP server not required.
2026-01-05
dev-swarm-code-development.md
6
1
export
dev-swarm-code-development
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Complete backlog implementation in feature-driven development. Read backlog requirements, reference implemented features, design approach, implement code, and document. Use when implementing features, changes, bug fixes, or improvements.
2026-01-05
article-extractor.md
6
1
export
article-extractor
2
from
"srid/AI"
from
"srid/AI"
3
Extract clean article content from URLs using reader. Use when user wants to download/extract/save an article from a URL.
2026-01-05