7233 results (81.9ms) page 34 / 362
Judge 0.00
simota / agent-skills-judge exact

codex reviewを活用したコードレビューエージェント。PRレビュー自動化・コミット前チェックを担当。バグ検出、セキュリティ脆弱性、ロジックエラー、意図との不整合を発見。Zenのリファクタリング提案を補完。コードレビュー、品質チェックが必要な時に使用。

olaservo / mcp-agent-skills-claude-agent-ui-ts exact

Add a React + WebSocket UI on top of Claude Agent SDK agents with tool approval and SQLite persistence

olaservo / mcp-agent-skills-claude-agent-terminal-ts exact

Terminal-style React UI for Claude Agent SDK with keyboard navigation, tool approval, and dark theme

openai / skills-codex-readiness-unit-test exact

Run the Codex Readiness unit test report. Use when you need deterministic checks plus in-session LLM evals for AGENTS.md/PLANS.md.

eugenepyvovarov / mcpbundler-agent-skills-marketplace-things3-manager exact

Manage tasks, projects, areas, headings, and tags in the Things 3 macOS app via a local CLI (list Inbox/Today/Upcoming/Anytime/Someday/Logbook, search, create/update/complete/cancel items, open...

olaservo / mcp-agent-skills-claude-agent-sdk-ts exact

Build AI agents with Claude Agent SDK in TypeScript. Covers V1 query() API for batch workflows and V2 session API for interactive apps. Includes tool configuration, hooks, MCP servers, and...

TrevorS / dot-claude-claude-code-web-docker exact

Set up and use Docker in Claude Code for Web environments. Use when Docker builds fail with bridge/iptables errors, SSL certificate errors through proxy, or when working in containerized web environments.

dwfennell / claude-agent-sdk-builder-claude-agent-sdk-builder exact

Guide for building agents with the Claude Agent SDK (TypeScript/Node.js). Use when creating SDK-based agents, custom tools, in-code subagents, or production agent applications. Provides templates,...

oss 0.00
PaulRBerg / dot-agents-oss exact

This skill should be used when the user asks to "create a pull request", "create PR", "open PR", "update a pull request", "update PR", "create an issue", "file an issue", "create a GitHub issue",...

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.

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

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