https://github.com/codingfragments/claude-essentials
https://github.com/codingfragments/claude-essentials
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingfragments/claude-essentials
- Owner: codingfragments
- Created: 2026-05-06T13:03:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T05:34:37.000Z (about 1 month ago)
- Last Synced: 2026-05-21T12:17:07.990Z (about 1 month ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codingfragments Essentials
A Claude Code plugin: a toolkit of skills and methods for designing and planning documents and projects with Claude.
## Status
Scaffold only — no skills, agents, or hooks yet. Components will be added incrementally.
## Layout
```
.claude-plugin/plugin.json # plugin manifest
```
Planned (added on demand as components are introduced):
- `skills//SKILL.md` — one directory per skill
- `agents/.md` — autonomous agents
- `hooks/hooks.json` — event-driven automation
## Installation
```
/plugin marketplace add codingfragments/claude-essentials
/plugin install codingfragments-essentials@codingfragments
```
## Local development
```sh
claude --plugin-dir /path/to/claude-plugin
```
## Author
Stefan Marx — stefan@marx-merten.de