Install
$ agentstack add skill-codejunkie99-agentic-stack-skillforge ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Skillforge — the skill that creates skills
When a new capability is needed:
- Check for duplicates. Read
skills/_index.md. If a similar skill exists,
extend it instead of creating a new one.
- Check memory. Read
memory/semantic/LESSONS.mdfor related patterns. - Draft the skill. Create
skills//SKILL.mdwith:
- YAML frontmatter (name, version, triggers, tools, preconditions, constraints)
- Plain-language instructions (destinations and fences, not driving directions)
- A self-rewrite hook at the bottom
- Register it. Add an entry to
skills/_index.mdand append a JSON line
to skills/_manifest.jsonl.
- Log it. Append a record to
memory/semantic/DECISIONS.mdexplaining
why this skill was created.
What good skills look like
- State the destination ("verify tests pass before commit"), not the exact
command sequence.
- Include 2–3 examples of correct behavior when it clarifies intent.
- Include 1 example of a failure and what was learned from it.
- Keep the whole file under 100 lines.
Self-rewrite hook
After every 5 skills created, or on any failed creation:
- Read the last 5 skillforge entries from episodic memory.
- If better trigger patterns or constraint structures have emerged,
update this file and the template it implies.
- Commit:
skill-update: skillforge,.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: codejunkie99
- Source: codejunkie99/agentic-stack
- License: Apache-2.0
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.