An open API service indexing awesome lists of open source software.

https://github.com/codingfragments/claude-essentials


https://github.com/codingfragments/claude-essentials

Last synced: 20 days ago
JSON representation

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