@calycode/xano-skills
v0.2.0
Published
Agent skills for Xano backend development - database optimization, security patterns, query performance, and best practices. Use with skills.sh or OpenCode.
Maintainers
Readme
@calycode/xano-skills
Agent skills for Xano backend development. This collection provides procedural knowledge for AI coding agents to help with database optimization, security patterns, query performance, and best practices.
Installation
Via skills.sh CLI
npx skills add calycode/xano-toolsVia CalyCode CLI
xano oc init # Includes skills installation
# Or separately:
xano oc skills installAvailable Skills
| Skill | Description | Priority |
| ------------------------------ | ------------------------------------------------ | -------- |
| caly-xano-cli | CLI usage for xano commands | - |
| xano-database-best-practices | Overview of PostgreSQL patterns for Xano | HIGH |
| xano-query-performance | Query optimization, N+1 prevention, indexing | CRITICAL |
| xano-schema-design | Schema design, normalization, constraints | HIGH |
| xano-security | RLS, SQL injection prevention, auth patterns | CRITICAL |
| xano-data-access | Addons, batch operations, caching | MEDIUM |
| xano-monitoring | Query Analytics, debugging, performance tracking | MEDIUM |
When to Use These Skills
The AI agent will automatically reference these skills when:
- CLI operations: Running
xanocommands, generating specs, backups - Database design: Creating tables, defining schemas, setting up indexes
- API development: Writing XanoScript, creating endpoints, handling auth
- Performance issues: Slow queries, N+1 patterns, missing indexes
- Security reviews: Input validation, RLS, preventing SQL injection
Skill Structure
Each skill follows the Agent Skills format:
skills/
├── caly-xano-cli/
│ └── SKILL.md
├── xano-database-best-practices/
│ └── SKILL.md
├── xano-query-performance/
│ └── SKILL.md
├── xano-schema-design/
│ └── SKILL.md
├── xano-security/
│ └── SKILL.md
├── xano-data-access/
│ └── SKILL.md
└── xano-monitoring/
└── SKILL.mdCompatibility
These skills work with:
- OpenCode - Open source AI coding agent
- Claude Code - Anthropic's coding assistant
- Cursor - AI-powered code editor
- Windsurf - Codeium's AI IDE
Related Packages
@calycode/cli- CLI for Xano automation (backups, OpenAPI, codegen)@calycode/opencode-templates- OpenCode agents and commands for Xano
License
MIT
