mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
feat: add CLAUDE.md and skills documentation
Created CLAUDE.md for Claude Code instructions and .claude/skills/ directory with frontmatter, convex, and sync skill files. Updated sync-discovery-files.ts to auto-update CLAUDE.md during sync.
This commit is contained in:
13
README.md
13
README.md
@@ -44,6 +44,19 @@ npm run sync:prod # production
|
||||
- **[Configuration Guide](https://www.markdown.fast/fork-configuration-guide)** - Automated or manual fork setup
|
||||
- **[Full Documentation](https://www.markdown.fast/docs)** - Docs for all features and configuration
|
||||
|
||||
### AI Development Tools
|
||||
|
||||
The project includes documentation optimized for AI coding assistants:
|
||||
|
||||
- **CLAUDE.md** - Project instructions for Claude Code CLI with workflows, commands, and conventions
|
||||
- **AGENTS.md** - General AI agent instructions for understanding the codebase structure
|
||||
- **.claude/skills/** - Focused skill documentation:
|
||||
- `frontmatter.md` - Complete frontmatter syntax and all field options
|
||||
- `convex.md` - Convex patterns specific to this app
|
||||
- `sync.md` - How sync commands work and content flow
|
||||
|
||||
These files are automatically updated during `npm run sync:discovery` with current site statistics.
|
||||
|
||||
## Fork Configuration
|
||||
|
||||
After forking this project, you have two options to configure your site:
|
||||
|
||||
Reference in New Issue
Block a user