11835 results (95.1ms) page 10 / 592
lancenunes / codex-skills-coding-guidelines-verify exact

Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations. Use when the user wants scoped compliance...

ngxtm / devkit-computer-use-agents exact

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and...

Mrc220 / agent-flywheel-clawdbot-skills-and-integrations-agent-swarm-workflow exact

Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used.

Ianfr13 / claude-code-plugins-agent-development exact

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent...

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

ShirokumaLibrary / shirokuma-skills-managing-agents exact

Create, update, and improve Claude Code agent files following Anthropic's official best practices. Use when user mentions "agent", "AGENT.md", "create agent", "update agent", "improve agent",...

shareAI-lab / learn-claude-code-code-review exact

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

Yeachan-Heo / oh-my-claudecode-orchestrate exact

Activate multi-agent orchestration mode

yu-iskw / meta-agent-skills-meta-agent-skills exact

Proactively analyzes the codebase and generates specialized subagents and skills to standardize agentic workflows.

Yeachan-Heo / oh-my-claudecode-security-review exact

Run a comprehensive security review on code

Yeachan-Heo / oh-my-claudecode-pipeline exact

Chain agents together in sequential or branching workflows with data passing

Yeachan-Heo / oh-my-claudecode-autopilot exact

Full autonomous execution from idea to working code

Yeachan-Heo / oh-my-claudecode-mcp-setup exact

Configure popular MCP servers for enhanced agent capabilities

Yeachan-Heo / oh-my-claudecode-ecomode exact

Token-efficient parallel execution mode using Haiku and Sonnet agents

trotsky1997 / my-claude-agent-skills-cursor-agents-md exact

Guide for creating effective AGENTS.md files for Cursor. Use when (1) Creating new AGENTS.md files in project root, (2) Improving existing agent instructions, (3) Setting up project-specific...

Yeachan-Heo / oh-my-claudecode-ultrawork exact

Activate maximum performance mode with parallel agent orchestration for high-throughput task completion

Yeachan-Heo / oh-my-claudecode-deepinit exact

Deep codebase initialization with hierarchical AGENTS.md documentation

trotsky1997 / my-claude-agent-skills-claude-agent-sdk exact

Comprehensive guide for using Claude Agent SDK to build AI agents that can read files, execute commands, edit code, and perform complex workflows. Use when (1) Building autonomous AI agents with...

ngxtm / devkit-agent-memory-systems exact

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector...

ngxtm / devkit-clean-code exact

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments