Skill Claude CodeCodex
Default response behavior for AI coding agents: professional, factual, neutral tone with calibrated critical evaluation. Baseline for every task: implementation, code review, debugging, planning, research, evaluation, Q&A.
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
Skill Claude CodeCodex
Default response behavior for AI coding agents: professional, factual, neutral tone with calibrated critical evaluation. Baseline for every task: implementation, code review, debugging, planning, research, evaluation, Q&A.
Skill Claude CodeCodex
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…
Skill Claude CodeCodex
Editing conventions for files under .claude/skills/ (markdown style, frontmatter format, SKILL.md vs references/ split, upstream-vendored skills). Use when creating a new skill, editing any SKILL.md or references/.md file, refactoring a skill description, or after adding/removing a skill.
Skill Claude CodeCodex
Build SQLiteCpp with CMake. Use for CMake builds, tests, options, or build scripts.
Skill Claude CodeCodex
Builds SQLiteCpp with Meson. Use when configuring Meson builds, tests, or Meson options.
Skill Claude CodeCodex
SQLiteCpp CI workflow patterns. Use for GitHub Actions, AppVeyor, Travis, matrices, or test steps.
Skill Claude CodeCodex
SQLiteCpp coding standards and API rules for core edits, public headers, style, and Doxygen.
Skill Claude CodeCodex
SQLiteCpp Doxygen standards and templates for public API docs and file headers.
Skill Claude CodeCodex
SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.
Skill Claude CodeCodex
SQLiteCpp release procedure: bump the version across all files, finalize the CHANGELOG, open the Release PR, and tag. Use when cutting a new release, bumping the project version, or tagging.
Skill Claude CodeCodex
SQLiteCpp and sqlite3 feature flags for CMake and Meson builds.
Skill Claude CodeCodex
GoogleTest patterns and testing practices for SQLiteCpp test coverage and structure.
Skill Claude CodeCodex
Diagnose SQLiteCpp build, linker, compiler, and sqlite3 integration issues.
Skill Claude CodeCodex
How to update the bundled SQLite3 amalgamation (sqlite3/sqlite3.c and sqlite3.h), the Meson wrap, README.md, and CHANGELOG.md. Use when upgrading SQLite, refreshing the vendored amalgamation, or bumping the sqlite3 wrap.
Skill Claude CodeCodex
SQLiteCpp workflow for branches, implementation, tests, commits, pull requests, and CHANGELOG updates. Use when changing the repository.
Skill Claude CodeCodex
Running shell commands on this Windows checkout via the PowerShell and Bash tools, and passing multi-line or quoted arguments (commit messages, PR bodies, file content) without corruption. Use when running git or gh with multi-line or quoted input, writing a commit message or PR body from the command line, reaching…