AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Project Skill Finder

skill-arvinrong-agent-skills-project-skill-finder · by ArvinRong

Discover and route into project-local skill docs when working in a software repository on implementation, debugging, testing, architecture, command, runtime, deployment,plugin, rendering, or similar development tasks. Use only for project work, not general chat. Prefer project-local docs in docs/skills/ or skills/ before doing deeper repository work.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-arvinrong-agent-skills-project-skill-finder

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arvinrong-agent-skills-project-skill-finder)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Project Skill Finder? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Project Skill Finder

This skill should only be used for tasks related to project development, including debugging, design, and implementation.

When This Skill Must Fire

Invoke this skill before the first codebase exploration action (e.g., searching, reading, or scanning source files using tools such as Glob or Grep)** when:

  • The task involves writing, changing, or reviewing project code or tests
  • The user asks "how does X work", "what should I add", or "help me implement Y"
  • Any task that would otherwise start with codebase exploration

Do NOT:

  • Start reading source files to understand the domain without checking skill docs first

Workflow

  1. If an skills/INDEX.md or docs/skills/INDEX.md exists, read it first.
  2. Then read only the most relevant 1-2 project skill docs from docs/skills or skills folder for the task.
  3. Prefer docs that expose stable YAML frontmatter such as id, description, and when_to_use.
  4. Do not bulk-load all project skill docs.
  5. If no INDEX.md exists, enumerate candidate .md files in that directory, exclude control docs, and choose the most relevant 1-2.
  6. If no project skill docs exist, continue normally without error.
  7. If there are no helpful relevant skill docs, then continue with the task as usual.

Project-Local Rules

  • Treat project-local docs as the source of truth.
  • Project-local skill docs should ideally carry stable YAML frontmatter such as id, title, description, and when_to_use.
  • If project skill docs were actually read and used, update the usage tracking file in the same skill directory.
  • If a bundled usage script is available, prefer running it instead of editing tracking files by hand.
  • On Windows or PowerShell-first environments, prefer scripts/update_skill_usage.ps1.
  • On macOS, Linux, or WSL, prefer scripts/update_skill_usage.sh.
  • scripts/update_skill_usage.py remains available as an optional fallback.
  • After writing SKILL_USAGE.json, the updater should refresh SKILL_USAGE.md automatically.
  • Prefer SKILL_USAGE.json as the structured source of truth for usage tracking.
  • SKILL_USAGE.md is the human-readable report derived from the JSON data.
  • Count used_count only when a project skill doc was clearly read and referenced.
  • Count helpful_count only when that project skill materially helped the task.
  • Count not_useful_count when the project skill doc was read and referenced but did not materially help.
  • Use the stable skill id when available; otherwise fall back to the filename.
  • Keep not_useful_reasons short and stable when possible. Prefer labels such as description_unclear, wrong_trigger, outdated_content, missing_key_files, too_shallow, too_broad, or poor_examples.
  • Update last_used_at using yyyy-MM-dd HH:mm:ss and refresh notes when useful.
  • Mentioning a project skill by name without reading it does not count as usage.
  • In multi-agent tasks, prefer having the main agent perform the shared data update.
  • If a task used a project skill doc and also changed code, tests, entrypoints, or behavior in that same problem area, review whether the skill doc should be refreshed before closing the task.
  • If the doc is clearly outdated, update it; if the need is plausible but uncertain, explicitly prompt whether the project skill doc should be updated.
  • Do not pre-approve broad shell access for this skill by default. This router can auto-trigger, so shell execution should still follow the host's normal approval flow unless a team intentionally narrows and enables it.

Context Budget

  • Read the index first when present.
  • Load the minimum relevant project docs.
  • Avoid unrelated project skill docs unless the task expands.

Skill Growth

If the task reveals a repeated problem area, a missing onboarding path, or a module cluster that would benefit from its own project skill doc, explicitly suggest adding one or splitting an overloaded one.

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.