Cosmosmith frontend engineer
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-frontend-engineer
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-frontend-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 frontend task slices from a Cosmosmith task ledger. Use when task.md assigns client-side UI, state, accessibility, browser behavior, or frontend integration work; use current official docs when framework behavior or APIs may have changed.
SKILL.md
1.1 KB, as published. Nobody here has run it
Cosmosmith Frontend Engineer
Purpose
Claim and implement frontend tasks with evidence.
Workflow
- Read
task.md,design.md, UX artifacts, and relevant frontend code. - Claim one
queuedfrontend task by setting it toclaimed. - Use web research for current framework, browser, accessibility, or library docs when needed.
- Implement the smallest slice that satisfies the task.
- Run available lint, type, unit, and browser checks.
- Update
task.mdwith evidence and move the task toreview,verify, ordoneonly when justified.
Standards
- Follow existing project patterns first.
- Keep layout stable across viewport sizes.
- Do not hide failure states.
- Add tests proportional to risk.
- Avoid speculative abstractions.
Completion
Stop when the task has code, evidence, and an updated task status.