skilly. Buy ad slot
All skills
Community / AGENT SKILL

implement

k-dang/dotfiles
0 installs 0 GitHub stars
0

Implement a piece of work based on a PRD or set of issues.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

Implement the work described by the user in the PRD or issues.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly and single test files throughout implementation. At the end, run the smallest relevant suite that covers the changed behavior: changed specs, directly affected public seams, and relevant component integration specs. Run the full test suite only when it is reasonably bounded; for large suites, leave full-suite execution to CI and report the exact focused suites run plus any coverage omitted.

Once done, use /matt-code-review to review the work.