AgentStack
SKILL verified MIT Self-run

03 Context Generate

skill-ai-driven-dev-framework-03-context-generate · by ai-driven-dev

Route a request to generate a context artifact (skill, rule, agent, command, or hook) to its dedicated generator when the user has not named which kind. For a named kind, that generator triggers directly. Not for listing existing artifacts (use explore).

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

Install

$ agentstack add skill-ai-driven-dev-framework-03-context-generate

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

Are you the author of 03 Context Generate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Context Generate

Routes a generation request to the dedicated generator for the artifact kind. Holds no generation logic of its own.

Routing

| Artifact | Generator | | -------- | -------------------------------- | | skill | aidd-context:04-skill-generate | | rule | aidd-context:05-rule-generate | | agent | aidd-context:06-agent-generate | | command | aidd-context:07-command-generate | | hook | aidd-context:08-hook-generate |

Identify the artifact kind from the request, then hand off to the matching generator. If the kind is unclear, ask which one. To survey or list existing artifacts, use the explore skill instead.

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.