We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gotalab/skillport'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•925 B
# Skills
Local skills for skillops.
## Structure
```
.skills/
└── experimental/ # Work-in-progress and experimental skills
├── git-branch-cleanup/ # Clean up local git branches
├── opus-4-5-migration/ # Claude model migration guide
└── skill-evaluator/ # Evaluate skills against best practices
```
## Maturity Levels
| Directory | Status | Description |
|-----------|--------|-------------|
| `experimental/` | WIP | Under development, may change significantly |
| (root) | Stable | Ready for production use |
## Usage
```bash
# Use with SkillPort CLI
skillport --skills-dir .skills list
# Or set environment variable
export SKILLPORT_SKILLS_DIR=.skills
skillport list
```
## Adding New Skills
1. Choose the appropriate directory based on maturity
2. Create `<skill-name>/SKILL.md` with YAML frontmatter
3. Run `skillport validate <skill-name>` to check