AgentStack
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
4 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.

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.