Install
$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-trend-github-discovery-radar ✓ 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 Used
- ✓ 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
GitHub Discovery Radar
Generated by: Codex Supercharge maintenance automation.
Goal: keep public launch, trend, and popularity claims dated, source-backed, and separate from local source-pattern synthesis.
Workflow
- State the claim before searching: repo exists, topic is discoverable, project
is popular, ecosystem trend is current, or README wording is justified.
- Check official docs first for stable mechanics such as skill format, topic
discovery, and repository search qualifiers.
- Check exact repositories with GitHub API or GitHub pages before using star,
fork, issue, license, pushed, or updated numbers.
- For this pack's public repository evidence, refresh the dated radar entry:
``bash make -C plugins/codex-supercharge refresh-discovery-radar ``
- Run at least one narrow topic/query search and one exact-name or exact-phrase
search; broad GitHub searches are noisy and must not become ranking claims.
- Classify each finding as
verified,unverified,noisy, or
inspiration-only.
- For any fresh repo, installer, MCP server, downloaded binary, hook, or account
tool, stop at read-only evidence and route through $sandbox-source-intake and $mcp-safety-review before execution.
- Write durable dated findings to
plugins/codex-supercharge/references/github-discovery-radar.md.
Commands
python3 plugins/codex-supercharge/scripts/refresh_github_discovery_radar.py \
--plugin-root plugins/codex-supercharge \
--write
curl -sS -H 'Accept: application/vnd.github+json' \
https://api.github.com/repos/OWNER/REPO
curl -sS -G -H 'Accept: application/vnd.github+json' \
--data-urlencode 'q=topic:agent-skills codex' \
--data-urlencode 'sort=stars' \
--data-urlencode 'order=desc' \
--data-urlencode 'per_page=10' \
https://api.github.com/search/repositories
Use python3 -m json.tool or a tiny Python one-liner to inspect JSON without installing dependencies.
Skip When
- The request only compares already-cloned local repos; use
$auto-skill-build-source-pattern-synthesis.
- The request is a one-repo architecture/setup brief; use
$repo-intelligence-brief.
- The user is asking to publish or sync a known repo, not verify current trend
evidence; use $auto-skill-ops-supercharge-maintenance-pass.
References
plugins/codex-supercharge/references/github-discovery-radar.mdplugins/codex-supercharge/DISCOVERY.md- Official Codex skills docs:
https://developers.openai.com/codex/skills - GitHub repository topics docs:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics
- GitHub repository search docs:
https://github.com/github/docs/blob/main/content/search-github/searching-on-github/searching-for-repositories.md
Validation
python3 "$HOME/.codex/skills/.system/skill-creator/scripts/quick_validate.py" plugins/codex-supercharge/skills/auto-skill-trend-github-discovery-radar
plugins/codex-supercharge/scripts/skill_audit.sh --strict plugins/codex-supercharge/skills
python3 plugins/codex-supercharge/scripts/refresh_github_discovery_radar.py --plugin-root plugins/codex-supercharge
Every trend-backed note must include the retrieval date, source URL, exact query or repo checked, and a claim classification.
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.