Meaningfy company-wide skills, agents, methodologies, and engineering standards for working with LLM agents consistently
npx claudepluginhub meaningfy-ws/skilleryThe design / modelling role: system architecture (C4, ArchiMate/UML, ADRs, contracts) and the living conceptual model (LinkML → typed artefacts)
A curated collection of specialized Agent Skills for Claude Code. Skills extend Claude's capabilities with domain-specific knowledge, tools, and workflows.
Agent Skills are self-contained, reusable packages that extend Claude's capabilities in specific domains. Each skill provides focused knowledge, tools, and workflows that Claude can activate when needed.
Install the entire skills collection:
claude code install https://github.com/meaningfy-ws/agent-skills
Or install locally from a cloned repository:
claude code install ./path/to/agent-skills
Once installed, the skills are automatically available to Claude. Skills are discovered and activated based on their descriptions when they're relevant to your task.
The following skills are available in this repository:
| Skill Name | Description | Status |
|---|---|---|
| (Coming soon) | Add your skills here | - |
To see all available skills, browse the skills/ directory.
agent-skills/
├── .claude-plugin/ # Plugin configuration
├── skills/ # Individual skills
├── spec/ # Specification & docs
├── template/ # Skill template
├── CREATING_SKILLS.md # How to create skills
├── CONTRIBUTING.md # Contribution guidelines
└── README.md # This file
This repository is licensed under Apache 2.0 unless otherwise specified. Individual skills may have their own licenses - see LICENSE.txt in each skill directory.
See THIRD_PARTY_NOTICES.md for attribution of dependencies.