Install
$ agentstack add skill-stevesolun-micro-skills-micro-pipeline ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Micro-Skill Pipeline
When this skill triggers, execute the following gated pipeline. One step at a time. Do NOT skip ahead.
Pipeline
- Scope -- Read
references/01-scope.md. Extract constraints from the request. - Plan -- Read
references/02-plan.md. Design the approach. Map components. - Build -- Read
references/03-build.md. Execute with micro-checks per component. - Check -- Read
references/04-check.md. Answer every gate question YES or NO. Any NO = fix before proceeding. - Deliver -- Read
references/05-deliver.md. Finalize and present output.
Failure Log
Look for a failure-log.md in the current project root or skill directory. If it exists, read it before starting. Every listed pattern is a mandatory check constraint.
Rules
- Read each reference file when you reach that step, not all at once.
- Step 4 (Check) is the hard gate. "Mostly yes" counts as NO.
- On Check failure: fix, re-run full checklist, then append a one-line pattern to
failure-log.md. - For simple single-component tasks, collapse Scope+Plan into one step but never skip Check.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: stevesolun
- Source: stevesolun/micro-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.