9526 results (67.5ms) page 22 / 477
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-tests exact

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests,...

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

Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use...

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-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...

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...

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.

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

Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about...

izyanrajwani / agent-skills-library-systematic-debugging exact

Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.

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...

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.

izyanrajwani / agent-skills-library-brainstorming exact

Collaborative design exploration that refines ideas into validated specs through iterative questioning. Use before any creative work including creating features, building components, adding...

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-finishing-a-development-branch exact

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

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.