sqlite
This skill should be used when the user asks to "set up a SQLite database", "use WAL mode in SQLite", "query SQLite with Python", "use better-sqlite3", "add full-text search with FTS5", "store JSON in SQLite", "use SQLite with Cloudflare D1", "write CTEs or window functions in SQLite", or discusses SQLite pragmas, schema design, JSON1 extension, FTS5, aiosqlite, or embedded database patterns.
SKILL.md
| Name | sqlite |
| Description | This skill should be used when the user asks to "set up a SQLite database", "use WAL mode in SQLite", "query SQLite with Python", "use better-sqlite3", "add full-text search with FTS5", "store JSON in SQLite", "use SQLite with Cloudflare D1", "write CTEs or window functions in SQLite", or discusses SQLite pragmas, schema design, JSON1 extension, FTS5, aiosqlite, or embedded database patterns. |
CodeForge
Monorepo for CodeForge — an AI-powered development environment for Claude Code.
Packages
| Package | Description | Version |
|---|---|---|
container/ | CodeForge DevContainer (@coredirective/cf-container on npm) | 2.2.0 |
cli/ | CodeForge CLI (codeforge-cli) | 0.2.0 |
docs/ | Documentation site (codeforge.core-directive.com) | — |
Quick Start
# Install the devcontainer into any project
npx @coredirective/cf-container
See container/README.md for full setup instructions, prerequisites, and usage.
Development
Each package manages its own dependencies independently:
# Container (npm)
cd container && npm test
# CLI (Bun)
cd cli && bun test
# Docs (npm)
cd docs && npm run build
See CLAUDE.md for branching strategy and development rules.
Links
Contributing
We welcome contributions! Please read our Contributing Guide before submitting a pull request. All contributions require signing our Contributor License Agreement.
License
This project is licensed under the GNU General Public License v3.0.
Commercial licensing is available for organizations that need to use CodeForge without GPL-3.0 obligations. Contact 696222+AnExiledDev@users.noreply.github.com or open a GitHub issue for terms.