agentsclimarketplace

Engineering

Skill eXodes/skills-workspace/engineering

Agent skills — reusable prompt modules providing specialised domain knowledge

Install
npx -y skills add eXodes/skills-workspace --skill engineering

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 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

Engineering guidance and best practices for software engineers. Use this skill whenever the user is doing engineering work: writing code, designing systems, reviewing PRs, debugging issues, deploying software, handling incidents, writing docs, managing tech debt, designing tests, or doing standups. Load this skill even if the request seems simple — it routes to the right reference material so you give grounded, practical advice rather than generic answers.

SKILL.md

3.4 KB, as published. Nobody here has run it

Engineering

This skill routes engineering requests to the right reference material. Your job is to identify what kind of engineering task the user is doing, read the relevant reference file(s), then help them using that guidance.

Reference files

Load only the files relevant to the current task. Don't load everything upfront.

FileCoversLoad when user is...
references/architecture.mdADRs, design proposals, architectural trade-offsMaking architecture decisions, evaluating design options, writing ADRs
references/code-review.mdCode review for security, performance, correctnessReviewing a PR, asking for feedback on code, checking a diff
references/debug.mdStructured debugging from reproduction to fixStuck on a bug, asking how to diagnose an issue, tracing unexpected behavior
references/deploy-checklist.mdPre-deploy verification, rollback readinessAbout to deploy, asking what to check before shipping
references/documentation.mdAPI docs, runbooks, READMEsWriting or improving docs, generating a README, creating a runbook
references/incident-response.mdIncident triage, comms, blameless postmortemsIn an incident, writing a postmortem, on-call response
references/standup.mdDaily standup updates from git/PR activityWriting a standup update, summarizing recent work
references/system-design.mdSystems, APIs, data models, service boundariesDesigning a new system or feature, thinking through API shape, scaling
references/tech-debt.mdIdentifying, categorizing, prioritizing tech debtAsking about tech debt, refactor planning, what to clean up
references/testing-strategy.mdTest strategies balancing coverage, speed, maintenanceDesigning tests, asking what/how to test, test pyramid questions

How to use this skill

  1. Read the user's message and identify which engineering domain(s) it falls into.
  2. Load the relevant reference file(s).
  3. Apply the guidance from those references to the user's specific situation.
  4. If the task spans multiple domains (e.g., designing a system and then reviewing the code), load both relevant files and synthesize the guidance.

When in doubt about which reference applies, briefly explain which one you're consulting and why — this helps the user understand the reasoning and correct you if you picked wrong.

Keep looking

Skills are one crate of 328,083. 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.