Skills
Skills are modular capabilities that extend what SingularCore can do. Each skill is versioned, trackable, and can be independently improved.
Built-in Skills
SingularCore comes with a comprehensive set of built-in skills organized by category:
File Operations
Code Execution
Web & Research
Git & Version Control
Communication
Analysis
Skill Performance
The system tracks skill performance over time. Underperforming skills can be automatically improved while maintaining rollback capability.
Third-Party Skills
Developers can create and distribute custom skills under their own licensing terms. The Skill Plugin Exception allows third-party skills to use any license.
Browse the Skill Marketplace to discover community-created skills.
Creating Custom Skills
Skills follow a standard structure:
skills/
└── my_skill/
├── skill.py # Main implementation
├── skill.json # Metadata
└── README.md # DocumentationDocumentation Menu
Skills
Skills are modular capabilities that extend what SingularCore can do. Each skill is versioned, trackable, and can be independently improved.
Built-in Skills
SingularCore comes with a comprehensive set of built-in skills organized by category:
File Operations
Code Execution
Web & Research
Git & Version Control
Communication
Analysis
Skill Performance
The system tracks skill performance over time. Underperforming skills can be automatically improved while maintaining rollback capability.
Third-Party Skills
Developers can create and distribute custom skills under their own licensing terms. The Skill Plugin Exception allows third-party skills to use any license.
Browse the Skill Marketplace to discover community-created skills.
Creating Custom Skills
Skills follow a standard structure:
skills/
└── my_skill/
├── skill.py # Main implementation
├── skill.json # Metadata
└── README.md # Documentation