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
✓ 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.
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
- Refresh metadata first when clone state may have changed:
``bash python3 plugins/codex-supercharge/scripts/sources_inventory.py --write ``
- Generate the cross-repo pattern matrix:
``bash python3 plugins/codex-supercharge/scripts/source_pattern_matrix.py --write ``
- Read
plugins/codex-supercharge/references/source-pattern-synthesis.md. - Cluster repos by repeated behavior, not by hype or star counts.
- 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
- 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.mdplugins/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.
- Author: Arnie016
- Source: Arnie016/codex-prompt-templates
- License: MIT
- Homepage: https://github.com/Arnie016/codex-prompt-templates
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.