9728 results (76.1ms) page 22 / 487
ronnycoding / claude-create-claude-plugin exact

Guide for creating Claude Code plugins that bundle skills, agents, commands, hooks, and MCP servers for distribution. Covers plugin structure, marketplace.json format, installation, testing, and...

zysilm-ai / skill-master exact

"Intelligent skill orchestrator that automatically finds, creates, executes, and improves skills. When you need to accomplish a task, this skill searches for existing skills (internal, GitHub via...

omer-metin / skills-for-antigravity-claude-code-cicd exact

Expert in integrating Claude Code with CI/CD pipelines. Covers headless mode for non-interactive execution, GitHub Actions and GitLab CI/CD integration, automated code review, issue triage, and PR...

sickn33 / antigravity-awesome-skills-loki-mode exact

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations,...

ComposioHQ / awesome-claude-skills-meeting-insights-analyzer exact

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate...

arielperez82 / agents-and-skills-creating-agents exact

Guide for designing and writing ap-* agent specifications. Use when creating a new agent, drafting agent frontmatter, defining agent workflows, or structuring agent collaborations. For...

omer-metin / skills-for-antigravity-agent-tool-builder exact

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than...

Putra213 / claude-workflow-v2-designing-architecture exact

Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when...

izyanrajwani / agent-skills-library-using-superpowers exact

Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring...

izyanrajwani / agent-skills-library-test-driven-development exact

Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.

izyanrajwani / agent-skills-library-subagent-driven-development exact

Sequential subagent execution with two-stage review gates for implementation plans. Use when executing multi-task plans in current session, when tasks need fresh subagent context to avoid...

izyanrajwani / agent-skills-library-writing-plans exact

Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.

izyanrajwani / agent-skills-library-executing-plans exact

Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.

Putra213 / claude-workflow-v2-optimizing-performance exact

Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when...

Putra213 / claude-workflow-v2-managing-git exact

Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version...

izyanrajwani / agent-skills-library-requesting-code-review exact

Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.

Putra213 / claude-workflow-v2-parallel-execution exact

Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be...

Putra213 / claude-workflow-v2-analyzing-projects exact

Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's...