Skills Guide
Skills are reusable automation patterns that extend NexusCore's capabilities. They teach the agent how to perform specific tasks — from code review to deployment workflows.
What Are Skills?
A skill is a packaged set of instructions, tools, and prompts that NexusCore loads into its context when activated. Skills can automate repetitive tasks, enforce coding standards, or integrate with external services.
Skill Types
| Type | Storage | Visibility | Tier |
|---|---|---|---|
| Local | .nexuscore/skills/ | Your machine only | Core |
| Published (public) | Skills Hub | All Nexus Suite users | Pro+ |
| Published (private) | Skills Hub | Only you | Pro+ |
| Organization | Skills Hub | Your team only | Studio |
How Skills Work
When a skill is activated, NexusCore loads the skill's instructions and tool definitions into its context. The agent then uses these instructions to guide its behavior for relevant tasks.
For example, a "code-reviewer" skill might include:
- Instructions for reviewing code quality, security, and performance
- A checklist of common issues to look for
- Templates for review comments
- Custom tools for running linters or static analysis
Quick Start
Install a Skill
bash
nexus-cli skills install code-reviewerCreate a Skill
bash
nexus-cli skills create my-skillList Installed Skills
bash
nexus-cli skills listSections
- Creating Skills — Build your own skills from scratch
- Publishing Skills — Share skills on the Skills Hub (Pro+)
- Installing Skills — Add community skills to your setup