Skip to content

Commit 693e602

Browse files
committed
docs: reorganize README - remove Commands section, everything is skills
- Changed 'What's Included' to 'Skills Included' - Removed artificial Commands vs Skills distinction - All items now top-level categories under Skills Included - Removed duplicate Release Management section - Cleaner, more accurate structure
1 parent 90de96d commit 693e602

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,34 @@
22

33
A Claude Code plugin for setting up project working environments and documentation tracking.
44

5-
## What's Included
5+
## Skills Included
66

7-
### Commands
8-
9-
**Session Management**
10-
11-
- `/plinth:session-pickup` - Read project documentation to prepare for new work (reads CONTEXT.md for fast 50-line pickup)
12-
- `/plinth:session-wrapup` - Update project documentation at end of session
13-
14-
**Release Management**
15-
16-
- `/plinth:releaserator` - Create releases with semantic versioning, changelog generation, and GitHub releases
7+
### Session Management
178

18-
### Skills
9+
- `plinth:session-pickup` - Read project documentation to prepare for new work (reads CONTEXT.md for fast 50-line pickup)
10+
- `plinth:session-wrapup` - Update project documentation at end of session
1911

20-
**Project Initialization**
12+
### Project Initialization
2113

2214
- `plinth:python-project-init` - Initialize complete Python project with Click-based CLI, documentation, and tooling
2315

24-
**Project Enhancement**
16+
### Project Enhancement
2517

2618
- `plinth:fastapi-sweetener` - Add FastAPI server capabilities to existing Python project as CLI subcommand
2719

28-
**Project Tracking**
20+
### Project Tracking
2921

3022
- `plinth:project-tracking` - Establish token-efficient documentation system for tracking project progress
3123

32-
**macOS Service Management**
24+
### macOS Service Management
3325

3426
- `plinth:macos-launchd-service` - Generate complete launchd service infrastructure for auto-starting Python applications
3527

36-
**Release Management**
28+
### Release Management
3729

3830
- `plinth:releaserator` - Automated release process with semantic versioning and changelog generation
3931

40-
**Git Workflow**
32+
### Git Workflow
4133

4234
- `plinth:git-workflow-hooks` - Install git hooks to prevent common workflow mistakes (blocks manual version tag pushes)
4335

0 commit comments

Comments
 (0)