Agent skill · Workflow & Productivity

project-awareness

Comprehensive project context detection and state awareness. Use when relevant to the task.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill project-awareness --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/project-awareness/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# project-awareness Comprehensive project context detection and state awareness. ## Triggers - "what project is this" - "project context" - "what phase are we in" - "where are we?" - "what's next?" - "project status" - "current phase" - "who is on the team" - "what framework is active" - "ready to transition?" - "what's blocking us?" - (Auto-triggered at session start for context building) ## Purpose This skill provides rich project context awareness including: - Project type and technology stack detection - AIWG framework state (installed frameworks, current phase) - Team configuration and agent assignments - Recent activity and artifact status - Active work detection (branches, PRs, iterations) - Recommendations for next actions ## Behavior When triggered, this skill: 1. **Detects project type**: - Monorepo vs single project - Library vs application vs service - Web, API, CLI, mobile, etc. - Programming languages and frameworks 2. **Identifies AIWG state**: - Installed frameworks (SDLC, MMK, addons) - Current lifecycle phase - Active iteration (if applicable) - Deployed agents and commands 3. **Parses team configuration**: - Team roster from `.aiwg/team/` - Agent assignments - Ro

What's inside
Steps it walks through
  1. Triggers
  2. Purpose
  3. Behavior
  4. Trigger Phrase Mappings
  5. Information Sources
  6. Primary Sources (Check First)
  7. Secondary Sources
  8. Context Sources
  9. Context Object Structure
  10. Response Formats
  11. Quick Status (Default)
  12. Full Status (On Request)
  13. Detection Methods
  14. Project Type Detection
Ships with 1 file
  • metadata.json
Commands it runs
Full context dump
python project_awareness.py --full
Specific aspects
python project_awareness.py --tech-stack
python project_awareness.py --aiwg-state
python project_awareness.py --team
python project_awareness.py --activity
JSON output
python project_awareness.py --full --json
Recommendations only
More from claude-skill-registry
All skills →
About this skill
What does the project-awareness skill do?

Comprehensive project context detection and state awareness. Use when relevant to the task.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill project-awareness --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going