AgentSkillsCN

project-context

在会话开始时,或当您不确定有哪些可用工具时,这一工具能自动检测项目技术栈,并展示相关的技能。涵盖项目检测、所需技能以及可用工具。注意:此工具不适用于会话中途的技能查询(请使用/skills),也不适用于调用特定技能(请直接调用)。

SKILL.md
--- frontmatter
name: project-context
description: Use at session start or when unsure what tools are available. Auto-detects project stack and shows relevant skills. Covers project detection, what skills, available tools. NOT for: mid-session skill lookup (use /skills), invoking specific skills (call them directly).
user-invocable: true
disable-model-invocation: false

Project Context (Auto-Detected)

This skill auto-detects your project's tools and tells you which skills are available.

Detected Environment

!~/.claude/commands/golem-powers/project-context/scripts/detect.sh 2>/dev/null || echo "Detection script not found"

Universal Skills (Always Available)

SkillWhen to Use
/golem-powers:ralph-commitFor "Commit:" criteria - atomic commit + criterion check
/golem-powers:coderabbitCode review before commits (iterate until clean)
/golem-powers:context7Look up library docs when unsure about APIs
/golem-powers:githubGit operations, PRs, issues
/golem-powers:create-prPush branch and create PR
/golem-powers:catchupContext recovery after long breaks

How to Use

  1. Check detected tools above - See what's available in this project
  2. Use universal skills - Always available regardless of project
  3. Use project-specific skills - Only if detected above

Invoke any skill with /golem-powers:skill-name or read its SKILL.md for detailed workflows.