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

Auto Skill Build Source Pattern Synthesis

skill-arnie016-codex-prompt-templates-auto-skill-build-source-pattern-synthesis · by Arnie016

>

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

Install

$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-build-source-pattern-synthesis

✓ 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-arnie016-codex-prompt-templates-auto-skill-build-source-pattern-synthesis)

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 Auto Skill Build Source Pattern Synthesis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Source Pattern Synthesis

Generated by: Codex Supercharge maintenance automation.

Goal: turn many local source clones into a small pattern matrix and a build decision without rereading every README or creating overlapping skills.

Workflow

  1. Refresh metadata first when clone state may have changed:

``bash python3 plugins/codex-supercharge/scripts/sources_inventory.py --write ``

  1. Generate the cross-repo pattern matrix:

``bash python3 plugins/codex-supercharge/scripts/source_pattern_matrix.py --write ``

  1. Read plugins/codex-supercharge/references/source-pattern-synthesis.md.
  2. Cluster repos by repeated behavior, not by hype or star counts.
  3. For each cluster, choose one output:
  • update an existing owner skill
  • create one narrow generated skill
  • add a reference page
  • write memory only when the evidence is weak or duplicated
  1. Run safety gates before executing any repo code, install path, MCP server,

hook, binary, or account-control tool.

Skip When

  • The task is about one repo only; use $repo-intelligence-brief.
  • The user only needs source metadata; use $auto-skill-build-sources-inventory.
  • The source is an external skill/prompt pack; run

$auto-skill-safety-external-skill-intake first.

  • The request is a current popularity or trend claim; verify fresh evidence

before writing conclusions.

References

  • plugins/codex-supercharge/references/source-pattern-synthesis.md
  • plugins/codex-supercharge/references/source-repos.md
  • Safety gates: $sandbox-source-intake, $mcp-safety-review
  • Build gates: $automation-skill-forge, $skill-pack-factory,

$skill-quality-gate

Validation

python3 plugins/codex-supercharge/scripts/source_pattern_matrix.py | head
python3 plugins/codex-supercharge/scripts/source_pattern_matrix.py --write
python3 "$HOME/.codex/skills/.system/skill-creator/scripts/quick_validate.py" plugins/codex-supercharge/skills/auto-skill-build-source-pattern-synthesis

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.