Skip to content

Commit 3ab4efc

Browse files
authored
Remove 'Repository Structure' section from README
Removed the 'Repository Structure' section from the README.
1 parent 2a7cadf commit 3ab4efc

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,6 @@ This template provides:
4747
- **Comprehensive Documentation** (`docs/`): Complete guides for plugin development, hooks, settings, commands, skills, and sub-agents
4848
- **GitHub Actions**: Automated plugin validation workflow
4949

50-
## Repository Structure
51-
52-
```
53-
.
54-
├── .claude-plugin/
55-
│ └── marketplace.json # Marketplace definition
56-
├── plugins/
57-
│ ├── hello-world/ # Example: Basic plugin
58-
│ │ ├── .claude-plugin/
59-
│ │ │ └── plugin.json # Plugin manifest
60-
│ │ ├── commands/
61-
│ │ │ └── hello.md # Command definition
62-
│ │ └── README.md # Plugin documentation
63-
│ └── plugin-development/ # Plugin development toolkit
64-
│ ├── .claude-plugin/
65-
│ │ └── plugin.json # Plugin manifest
66-
│ ├── commands/ # 7 scaffolding commands
67-
│ ├── agents/ # Reviewer agent
68-
│ ├── skills/ # Plugin authoring skill
69-
│ ├── hooks/ # Validation hooks
70-
│ ├── scripts/ # Utility scripts
71-
│ └── README.md # Plugin documentation
72-
├── .github/
73-
│ └── workflows/
74-
│ └── validate-plugins.yml # CI/CD validation
75-
├── docs/ # Local documentation
76-
├── .gitignore
77-
├── LICENSE
78-
└── README.md
79-
```
80-
8150
## Configuration
8251

8352
### Marketplace Configuration

0 commit comments

Comments
 (0)