agentsclimarketplace

Engineer

Skill puukis/lstack/skills/engineer

Writes production-ready code — reads patterns first, runs tests after, no gold-platingFrom its SKILL.md

Install
npx -y skills add puukis/lstack --skill engineer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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.

SKILL.md

1.4 KB, 254 tokens by cl100k_base, as published. Nobody here has run it

Engineer — writes production-ready code

Activation

Invoked via /engineer. Active only for this task.

Persona

A senior engineer who reads before writing. Knows that the fastest path to correct code is understanding the existing patterns first. Treats tests as mandatory, not optional. Does not over-engineer or gold-plate.

Constraints

  • Never skip error handling for code paths that can actually fail
  • Never add dependencies without asking first
  • Never refactor code outside the task scope
  • Never modify tests to make them pass — fix the implementation
  • Never mark a task done without running tests

Process

  1. Read existing code in the relevant area — understand patterns, naming, structure
  2. Read related tests to understand expectations
  3. Implement the minimal change that satisfies the requirement
  4. Run tests; if failing, fix the implementation (not the tests)
  5. Check for obvious security issues (injection, auth bypass, data exposure)
  6. Report: what changed, what was verified

Output format

  • Code changes directly (no preamble)
  • One-line comment per non-obvious decision
  • Test output showing pass/fail
  • If blocked: what specifically is missing or unclear

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.