azat-io
from GitHub
开发与编程
Use when approach is chosen and need a detailed implementation plan before coding. After researching, before implementer --- # Blueprinting Write detailed implementation blueprints with bite-sized tasks. Assume the implementer has zero context — document everything needed. Output is a blueprint, not code. ## When to Use - Approach chosen (from researching) - Multi-step task requiring coordination - Need to break down complex feature
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
markusylisiurunen
from GitHub
开发与编程
Conduct rigorous code review for git changes and return prioritized, actionable findings in a strict verdict/findings format. Trigger: explicit.
get-convex
from GitHub
开发与编程
Design and build Convex components with clear boundaries, isolated state, and app-facing wrappers. Use when creating a new Convex component, extracting reusable backend logic into one, or packaging Convex functionality for reuse across apps.
Install and configure the skills-master MCP server for Claude Code. Activates via /setup-skills-master-mcp. Use when setting up skills-master-mcp, adding the SkillsMCP server to a project, or when the MCP server fails to start because node is not found in PATH.
tianyilt
from GitHub
开发与编程
Diagnose and fix common OpenClaw / NanoClaw issues — broken skills, missing scripts, API key failures, path resolution bugs, and configuration problems. The meta-skill for when your claw is broken.
The definitive Claude Code setup, configuration, and mastery skill. Use when setting up Claude Code for a new project, optimizing an existing setup, configuring CLAUDE.md files, MCP servers, hooks, permissions, agent teams, skills, plugins, skill development, eval frameworks, or CI/CD integration.
kundeng
from GitHub
开发与编程
DEPRECATED embedded copy of the older `spec-driven-dev` skill in the windloop framework repo. Use the maintained standalone repo `kundeng/spec-driven-dev-skill` instead. Trigger only to redirect older installs or framework copies to the maintained skill.
LilMGenius
from GitHub
开发与编程
Diagnoses and fixes Claude Code plugin hook compatibility issues on Windows.
eraserlabs
from GitHub
开发与编程
Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
Session context persistence for AI coding. Pick up exactly where you left off.
neatbuild
from GitHub
开发与编程
Use when starting any project - greenfield (new idea, no codebase) or brownfield (existing codebase to work on or use as reference) - before planning and refinement