Clouder0

Clouder0

アクティブ
18
スキル
5
カテゴリ
ClaudeCodexCode(CC)

公開スキル 18

verify-output

Validate JSON output against schemas

安全 69

Agents produce inconsistent output that fails downstream validation. This skill provides a standardized pattern for validating structured JSON against defined schemas before writing final output, ensuring data quality.

Claude Codex Code(CC)
インストール

spawn-parallel

Spawn Parallel Subagents Efficiently

安全 69

Running multiple AI tasks sequentially wastes time. This pattern lets you spawn parallel subagents to work concurrently, dramatically reducing total execution time for independent tasks.

Claude Code(CC)
インストール
🧪

self-test

Test your code during implementation

安全 68

Catch issues early with an iterative testing workflow. Run tests, lint, and typecheck after each code change before declaring work complete.

Claude Codex Code(CC)
インストール
🧪

run-tests

Run project tests with Bun or pytest

安全 70

Writing tests is essential but running them manually wastes time. This skill provides ready-to-use commands for executing test suites with Bun for JavaScript or pytest for Python projects.

Claude Codex Code(CC)
インストール
📦

reflect-on-work

Produce Quality Reflections After Work

安全 69

Agents often complete tasks without documenting insights. This skill provides a structured pattern for capturing knowledge updates, reflection fields, and lessons learned after every task.

Claude Codex Code(CC)
インストール
📁

project-knowledge

Load project architecture knowledge

安全 69

AI assistants often lack context about project structure and conventions. This skill provides organized access to architecture, patterns, and gotchas so assistants understand how components connect and follow established practices.

Claude Codex Code(CC)
インストール
🔀

patterns

Load project code patterns

安全 69

This skill provides access to common code patterns and abstractions used in your project. It ensures consistent implementation across features by loading established patterns for data access, API design, components, state management, and error handling.

Claude Codex Code(CC)
インストール
🔍

lint

Run linting and type checks

安全 70

Code quality varies across projects and team members. This skill provides standardized linting commands for TypeScript and Python that you can customize and run consistently across your codebase.

Claude Codex Code(CC)
インストール
🔒

file-boundaries

Respect file ownership boundaries

安全 68

Parallel AI agents often conflict when editing the same files. This skill teaches agents to recognize and respect ownership boundaries, preventing lost work and merge conflicts during collaborative implementation.

Claude Codex Code(CC)
インストール
🔍

explore-codebase

Explore codebases with parallel agents

安全 69

Understanding large codebases takes too long when done sequentially. This skill provides patterns for spawning parallel explorer subagents to gather context quickly and produce structured summaries.

Claude Codex Code(CC)
インストール
🔄

error-recovery

Handle Agent Failures with Smart Retry Strategies

安全 69

Subagents often fail due to timeouts, unclear requirements, or scope issues. This skill provides proven retry patterns to recover from failures automatically.

Claude Codex Code(CC)
インストール
📋

decisions

Load past architectural decisions

安全 69

Teams often repeat past mistakes or forget why certain choices were made. This skill provides access to historical decision records so new decisions align with established patterns and avoid re-litigating settled questions.

Claude Codex Code(CC)
インストール
🔄

cross-task-learning

Aggregate insights across tasks

低リスク 66

Individual task reflections capture isolated learnings. This skill aggregates insights across all tasks to identify recurring patterns, effective strategies, and system improvements. It enables data-driven evolution of your AI workflows.

Claude Codex Code(CC)
インストール
📋

conventions

Load Coding Conventions

安全 69

Teams need consistent coding standards to maintain code quality across projects. This skill loads project conventions to ensure code follows established patterns during writing and review.

Claude Code(CC)
インストール
🤝

contracts

Manage multi-agent contract interfaces

安全 68

Multi-agent workflows need clear interfaces between parallel tasks. This skill provides a complete lifecycle system for creating, tracking, and resolving contracts between agent tasks.

Claude Codex Code(CC)
インストール
💾

checkpoint

Save and Resume Workflow Progress

安全 68

Multi-phase AI workflows can be interrupted by crashes, timeouts, or session endings. This skill provides checkpoint and resume functionality so you never lose progress and can continue from where you left off.

Claude Code(CC)
インストール
💬

ask-user

Gather user input effectively

安全 69

AI agents often lack clarity on user requirements. This skill provides patterns for asking targeted questions that gather exactly what you need to proceed effectively.

Claude Codex Code(CC)
インストール
📦

agent-workflow

Orchestrate Multi-Agent Development Workflows

安全 70

Managing complex software projects across multiple phases and specialized agents is challenging. This skill provides a structured framework for orchestrating development workflows with tiered agents for requirements, architecture, implementation, verification, and reflection.

Claude Codex Code(CC)
インストール