skills/project-skill-audit/SKILL.md
Audit a project and recommend the highest-value skills to add or update.
npx skillsauth add ranbot-ai/awesome-skills project-skill-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit the project's real recurring workflows before recommending skills. Prefer evidence from memory, rollout summaries, existing skill folders, and current repo conventions over generic brainstorming.
Recommend updates before new skills when an existing project skill is already close to the needed behavior.
Map the current project surface.
Identify the repo root and read the most relevant project guidance first, such as AGENTS.md, README.md, roadmap/ledger files, and local docs that define workflows or validation expectations.
Build the memory/session path first.
Resolve the memory base as $CODEX_HOME when set, otherwise default to ~/.codex.
Use these locations:
$CODEX_HOME/memories/MEMORY.md or ~/.codex/memories/MEMORY.md$CODEX_HOME/memories/rollout_summaries/$CODEX_HOME/sessions/ or ~/.codex/sessions/Read project past sessions in this order.
If the runtime prompt already includes a memory summary, start there.
Then search MEMORY.md for:
cwdScan existing project-local skills before suggesting anything new. Check these locations relative to the current repo root:
.agents/skills.codex/skillsskills
Read both SKILL.md and agents/openai.yaml when present.Compare project-local skills against recurring work. Look for repeated patterns in past sessions:
Separate new skill from update existing skill.
Recommend an update when an existing skill is already the right bucket but has stale triggers, missing guardrails, outdated paths, weak validation instructions, or incomplete scope.
Recommend a new skill only when the workflow is distinct enough that stretching an existing skill would make it vague or confusing.
Check for overlap with global skills only after reviewing project-local skills.
Use $CODEX_HOME/skills and $CODEX_HOME/skills/public to avoid proposing project-local skills for workflows already solved well by a generic shared skill.
Do not reject a project-local skill just because a global skill exists; project-specific guardrails can still justify a local specialization.
MEMORY.md with rg using the repo name, basename, and cwd.memories/rollout_summaries/.cwd, or keywords match the current project.sessions/ JSONL files if rollout summaries are missing a concrete detail.cwdnew skill should correspond to a repeated workflow, not just a repeated topic.skill update should correspond to a workflow already covered by a local skill whose triggers, guardrails, or validation instructions no longer match the recorded sessions.testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.