Loading...
Loading...
Project structure initialization and metadata generation. This skill should be used when creating a new project, initializing project structure based on type (golang or social profile), or generating/updating README documentation.
npx skill4agent add bizshuk/llm_plugin project-metadata| Type | Structure Reference | Metadata Reference |
|---|---|---|
| N/A (analyzes existing) | |
| | |
| | |
defaultrules/go-structure.md<project-name>/
├── cmd/ # CLI entry points (spf13/cobra)
├── config/ # Configuration and client initialization
├── model/ # Database CRUD operations
├── svc/ # Single domain business logic
├── handler/ # E2E feature orchestration
└── utils/ # Common helper functionsrules/profile-structure.md<project-name>/
├── archetype/ # Prototype models for the profile
├── background/ # Profile information and details
├── post/ # Generated posts (YYYYMMDD-<story> naming)
└── assets/ # Non-defined filesreferences/default.readme.mdreferences/default.readme.mdreferences/golang.readme.mdreferences/golang.readme.mdreferences/profile.readme.mdbackground/archetype/post/references/profile.readme.md| File | Description |
|---|---|
| Workflow for default README generation |
| Workflow for golang README generation |
| Workflow for profile README generation |