Clouder
Community@clouder0 · Shenzhen, China
CSer at HITsz.
Agent Skills by Clouder
Showing 19 vetted skills indexed across 1 GitHub repositories.
self-test
Automates iterative self-testing of code via unit tests, lint, and type checks.
checkpoint
Persist and resume dotagent workflow state across phases after interruptions.
patterns
Load project code patterns from patterns.json for feature implementation.
explore-codebase
Explore codebases with parallel subagents and output YAML summaries.
ask-user
Gather user input to resolve ambiguous requirements with structured questions.
verify-output
Validate outputs against required schemas using validate.sh before committing.
contracts
Define and enforce contracts coordinating cross-task dependencies across design phases.
file-boundaries
Enforce file ownership boundaries to prevent conflicts during parallel development.
error-recovery
Handle subagent failures with retry strategies and escalation patterns.
decisions
Retrieve past architectural decisions from memory records to ensure consistency.
agent-workflow
Coordinate multi-agent development workflows across five lifecycle phases.
conventions
Enforce coding conventions from conventions.json during writing and review.
cross-task-learning
Aggregate insights across completed tasks into memory/reflections/_aggregate.json.
reflect-on-work
Generate post-task reflections with what_worked, what_failed, and patterns_noticed fields.
spawn-parallel
Coordinates multiple independent tasks via parallel subagents with shared memory.
project-knowledge
Load architecture.json, conventions.json, patterns.json, and gotchas.json into a queryable project model.
lint
Run project linting and type-checking commands for TypeScript, JavaScript, and Python.
build
Generate and validate reproducible build configurations for multi-language repositories.
run-tests
Run TypeScript and Python test suites with bun and pytest.