Imported from ssrjkk/claude-skills (.claude/skills/database/sqlite-setup/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill sqlite-setup. Copyright stays with the author.
SQLite Setup
Setup with SQLite. installation.
Quick Start
# SQLite Setup# See SQLite docs
When to Use
Building applications with SQLite
installation
config
connection
Step-by-Step
Install: npm install sqlite
Set up SQLite
Configure Setup
Implement features
Test and verify
Dependencies
SQLite >= latest stable
Runtime environment
Dependencies as needed
Examples
# SQLite Setup# See SQLite documentation
Resources
Official SQLite documentation
Community tutorials
GitHub repositories
Validation
Run: sqlite --version
Test with sample data
Verify output correctness
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ssrjkk-claude-skills-sqlite-setup/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
ssrjkk-claude-skills-sqlite-setup.ocm.jsonjson
{
"ocm": "1",
"id": "ssrjkk-claude-skills-sqlite-setup",
"kind": "skill",
"name": "sqlite-setup",
"description": "Setup with SQLite. installation.",
"publisher": "ssrjkk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"sqlite",
"setup",
"database",
"sql",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Setup with SQLite. installation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ssrjkk/claude-skills",
"path": ".claude/skills/database/sqlite-setup/SKILL.md",
"ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
"url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/database/sqlite-setup/SKILL.md",
"key": "ssrjkk/claude-skills/.claude/skills/database/sqlite-setup/SKILL.md"
}
},
"instructions": "# SQLite Setup\n\n> Setup with SQLite. installation.\n\n## Quick Start\n```sql\n# SQLite Setup\n# See SQLite docs\n```\n\n## When to Use\n- Building applications with SQLite\n- installation\n- config\n- connection\n\n## Step-by-Step\n1. Install: `npm install sqlite`\n2. Set up SQLite\n3. Configure Setup\n4. Implement features\n5. Test and verify\n\n## Dependencies\n- SQLite >= latest stable\n- Runtime environment\n- Dependencies as needed\n\n## Examples\n```sql\n# SQLite Setup\n# See SQLite documentation\n```\n\n## Resources\n- Official SQLite documentation\n- Community tutorials\n- GitHub repositories\n\n## Validation\n- Run: `sqli",
"cost": {
"context_tokens": 166
}
}
Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-sqlite-setup/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.