AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Skillforge

skill-codejunkie99-agentic-stack-skillforge · by codejunkie99

A Claude skill from codejunkie99/agentic-stack.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-codejunkie99-agentic-stack-skillforge

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-codejunkie99-agentic-stack-skillforge)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Skillforge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skillforge — the skill that creates skills

When a new capability is needed:

  1. Check for duplicates. Read skills/_index.md. If a similar skill exists,

extend it instead of creating a new one.

  1. Check memory. Read memory/semantic/LESSONS.md for related patterns.
  2. Draft the skill. Create skills//SKILL.md with:
  • YAML frontmatter (name, version, triggers, tools, preconditions, constraints)
  • Plain-language instructions (destinations and fences, not driving directions)
  • A self-rewrite hook at the bottom
  1. Register it. Add an entry to skills/_index.md and append a JSON line

to skills/_manifest.jsonl.

  1. Log it. Append a record to memory/semantic/DECISIONS.md explaining

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:

  1. Read the last 5 skillforge entries from episodic memory.
  2. If better trigger patterns or constraint structures have emerged,

update this file and the template it implies.

  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.