Auto skill trend github discovery radar
Skill Arnie016/codex-prompt-templates/skills/auto-skill-trend-github-discovery-radar
Color-coded Codex prompt templates and Agent Skills for plugin-orchestrated AI coding workflows, MCP safety, repo intelligence, and automation.
npx -y skills add Arnie016/codex-prompt-templates --skill auto-skill-trend-github-discovery-radarAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Verify current GitHub and agent-skill ecosystem evidence before using trend, popularity, star, topic, or public-discoverability claims in Codex skill and plugin work. Use when an automation asks for trend evidence, GitHub discovery, repo stars/forks/activity, launch topics, marketplace positioning, or latest agent-skill/MCP ecosystem claims. Skip when the task only needs local source synthesis or a single trusted repo brief.
SKILL.md
3.8 KB, as published. Nobody here has run it
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:
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, orinspiration-only. -
For any fresh repo, installer, MCP server, downloaded binary, hook, or account tool, stop at read-only evidence and route through
$sandbox-source-intakeand$mcp-safety-reviewbefore 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.