Clouder avatar

Clouder

Community

@clouder0 · Shenzhen, China

171Followers
|
96Public Repos
|
19Published Skills

CSer at HITsz.

Agent Skills by Clouder

Showing 19 vetted skills indexed across 1 GitHub repositories.

Clouder0Clouder0

self-test

Automates iterative self-testing of code via unit tests, lint, and type checks.

Community
Basic
Clouder0Clouder0

checkpoint

Persist and resume dotagent workflow state across phases after interruptions.

Community
Advanced
Clouder0Clouder0

patterns

Load project code patterns from patterns.json for feature implementation.

Community
Basic
Clouder0Clouder0

explore-codebase

Explore codebases with parallel subagents and output YAML summaries.

Community
Intermediate
Clouder0Clouder0

ask-user

Gather user input to resolve ambiguous requirements with structured questions.

Community
Basic
Clouder0Clouder0

verify-output

Validate outputs against required schemas using validate.sh before committing.

Community
Intermediate
Clouder0Clouder0

contracts

Define and enforce contracts coordinating cross-task dependencies across design phases.

Community
Advanced
Clouder0Clouder0

file-boundaries

Enforce file ownership boundaries to prevent conflicts during parallel development.

Community
Intermediate
Clouder0Clouder0

error-recovery

Handle subagent failures with retry strategies and escalation patterns.

Community
Advanced
Clouder0Clouder0

decisions

Retrieve past architectural decisions from memory records to ensure consistency.

Community
Basic
Clouder0Clouder0

agent-workflow

Coordinate multi-agent development workflows across five lifecycle phases.

Community
Advanced
Clouder0Clouder0

conventions

Enforce coding conventions from conventions.json during writing and review.

Community
Basic
Clouder0Clouder0

cross-task-learning

Aggregate insights across completed tasks into memory/reflections/_aggregate.json.

Community
Advanced
Clouder0Clouder0

reflect-on-work

Generate post-task reflections with what_worked, what_failed, and patterns_noticed fields.

Community
Basic
Clouder0Clouder0

spawn-parallel

Coordinates multiple independent tasks via parallel subagents with shared memory.

Community
Advanced
Clouder0Clouder0

project-knowledge

Load architecture.json, conventions.json, patterns.json, and gotchas.json into a queryable project model.

Community
Basic
Clouder0Clouder0

lint

Run project linting and type-checking commands for TypeScript, JavaScript, and Python.

Community
Basic
Clouder0Clouder0

build

Generate and validate reproducible build configurations for multi-language repositories.

Community
Basic
Clouder0Clouder0

run-tests

Run TypeScript and Python test suites with bun and pytest.

Community
Basic