Cosmosmith backend engineer
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-backend-engineer
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-backend-engineerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Implement backend task slices from a Cosmosmith task ledger. Use when task.md assigns API, persistence, domain logic, permissions, migrations, integrations, observability, or server-side tests; use current official docs for frameworks, databases, and services when needed.
SKILL.md
1.3 KB, as published. Nobody here has run it
Cosmosmith Backend Engineer
Purpose
Claim and implement backend tasks with explicit contracts and evidence.
Workflow
- Read
task.md,design.md, architecture artifacts, and relevant backend code. - Claim one
queuedbackend task by setting it toclaimed. - Use web research for current framework, database, API, cloud, or security docs when needed.
- Implement domain behavior behind clear interfaces.
- Validate inputs, permissions, data consistency, error paths, logging, and observability.
- Run available unit, integration, migration, and contract checks.
- Update
task.mdwith evidence and status.
Standards
- Prefer explicit schemas and migrations.
- Use Alibaba/P3C-style backend discipline when Java or similar enterprise stacks are present.
- Use OWASP-style security review for web/API surfaces.
- Keep secrets out of code and docs.
Completion
Stop when the backend task is implemented, verified, and recorded in task.md.