name: ai-context-documentation description: Use this skill when editing files in ai/ or .claude/ folders.
AI Context Documentation
When working on ai/ documentation, TODOs, or .claude/ configuration, consult these resources.
Core Documentation Files
- ai/MEMORY.md - Project context, gotchas, patterns
- ai/WORKFLOW.md - Git workflows, TODO system, commit messages
- ai/CRITICAL-RULES.md - Absolute constraints
- ai/STYLEGUIDE.md - C# coding conventions
- ai/TESTING.md - Testing patterns and rules
Repository Structure
The ai/ directory is the pwiz-ai repository (separate from pwiz). Changes to anything under ai/ are committed and pushed directly to pwiz-ai master - no feature branches needed.
Read ai/docs/ai-repository-strategy.md for:
- Sibling vs child clone modes
- Setup instructions
- Rationale for the separate repository
Creating New Documentation
New Skill
.claude/skills/{skill-name}/SKILL.md
Required frontmatter:
---
name: skill-name
description: When to activate this skill (one sentence)
---
New Slash Command
.claude/commands/pw-{command-name}.md
Required frontmatter:
---
description: Brief description of what the command does
---
New Guide Document
ai/docs/{topic-name}.md
- Use descriptive kebab-case names
- Include cross-references to related docs
- Update relevant skills to reference new docs
Documentation Locations
| Type | Location | Repository |
|---|---|---|
| Skills | .claude/skills/ |
pwiz-ai (ai/) |
| Commands | .claude/commands/ |
pwiz-ai (ai/) |
| Guides | ai/docs/ |
pwiz-ai (ai/) |
| TODOs (active) | ai/todos/active/ |
pwiz-ai (ai/) |
| TODOs (completed) | ai/todos/completed/ |
pwiz-ai (ai/) |
Key Principle
All documentation in ai/ belongs to the pwiz-ai repository. Commit and push directly to master - no feature branches needed for documentation work.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!