aircury

23 mods across 1 repository, 5 stars between them.

airsync

01

aircury/ai-framework

Skill Claude CodeCodex

Collaborative memory system for AI agents and teams. Three-layer architecture (INBOX → PUBLISHED → ARCHIVED) ensures only high-quality knowledge reaches the shared team memory.

5 6d ago A 37 tokens

ask-question

02

aircury/ai-framework

Skill Claude CodeCodex

Use the IDE AskQuestion tool when the agent needs user input. Use when asking the user to choose between options, confirm a decision, or pick from discovered alternatives — never ask multiple-choice questions in plain chat.

5 6d ago A 45 tokens

blind-db-debugging

03

aircury/ai-framework

Skill Claude CodeCodex

Diagnose database issues via SQL row counts without seeing actual data values. Use when debugging missing or incorrect database data, 500 errors traced to queries, or data integrity issues where the user runs SQL and reports only row counts back.

5 6d ago A 51 tokens

commit-changes

04

aircury/ai-framework

Skill Claude CodeCodex

Analyses git changed files in the workspace and makes atomic, functional, and semantic commits using conventional commits format. Use when the user asks to commit changes, create commits from staged/unstaged files, or organise working tree changes into meaningful commits.

5 6d ago A 53 tokens

custom-architecture

05

aircury/ai-framework

Skill Claude CodeCodex

Analyse a repository's real architecture and write or refresh the Project Architecture section in FRAMEWORK.local.md for projects using the Custom Architecture capability.

5 6d ago A 31 tokens

db-schema-design

06

aircury/ai-framework

Skill Claude CodeCodex

Use this skill when creating, reviewing, or migrating relational database schemas. It applies across projects and ORMs/frameworks such as Symfony Doctrine, Prisma, Drizzle, Rails ActiveRecord, Laravel Eloquent, raw SQL, or any other relational database layer.

5 6d ago B 55 tokens

dbml-database-docs

07

aircury/ai-framework

Skill Claude CodeCodex

Use DBML as the standard format for database schema documentation. Apply this whenever creating, updating, reviewing, or repairing database docs, ERDs, schema diagrams, table inventories, migration summaries, Doctrine migration changes, SQL schema docs, ORM model docs, or CI schema drift failures. Prefer…

5 6d ago A 92 tokens

extract-rule

08

aircury/ai-framework

Skill Claude CodeCodex

Distil reusable engineering rules from code changes and record them in docs/rules/. Use whenever the user wants to extract rules, conventions, or lessons from a diff, a commit, or the current uncommitted changes — e.g. "extract the rule from these changes", "what convention does this commit establish", "record this as…

5 6d ago A 89 tokens

aircury/ai-framework

Skill Claude CodeCodex

Use this skill for frontend UI work that must preserve or extend a product's real design system: new screens/components, high-fidelity rebuilds, restyles, non-trivial forms, role-gated UI, substantial behavior changes, or UI implementation that needs layout, experience, style-guide, clean implementation planning, and…

5 6d ago A 100 tokens

open-spec-apply

10

aircury/ai-framework

Skill Claude CodeCodex

Implement tasks from a working change. Use when the user wants to start implementing, continue implementation, or work through planned tasks.

5 6d ago A 30 tokens

open-spec-complete

11

aircury/ai-framework

Skill Claude CodeCodex

Mark a change as complete. Syncs specs/features/ to reflect current system behavior, then cleans up optional workflow artifacts. Framework-agnostic and independent of any external spec tool.

5 6d ago C 41 tokens

open-spec-explore

12

aircury/ai-framework

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

5 6d ago A 39 tokens

open-spec-propose

13

aircury/ai-framework

Skill Claude CodeCodex

Propose a change with optional working artifacts. Use when the user wants a structured proposal with design notes, tasks, and a clear path to implementation.

5 6d ago A 35 tokens

aircury/ai-framework

Skill Claude CodeCodex

Enforce semantic line breaks in Markdown specification prose. Use this whenever creating or editing specs, requirements, ADRs, README-style specification docs, or Markdown under specs/ or docs/, especially when paragraphs would otherwise be written as long wrapped lines. Apply it for AI-written specs and for…

5 6d ago A 80 tokens

spec-kit-analyse

15

aircury/ai-framework

Skill Claude CodeCodex

Read-only cross-artifact consistency check across spec.md, plan.md, and tasks.md. Detects gaps, conflicts, and FRAMEWORK.md violations before implementation begins.

5 6d ago A 38 tokens

spec-kit-checklist

16

aircury/ai-framework

Skill Claude CodeCodex

Audit requirement quality across spec.md, plan.md, and tasks.md. Validates that requirements are complete, clear, measurable, and consistent — not that code works.

5 6d ago A 38 tokens

spec-kit-clarify

17

aircury/ai-framework

Skill Claude CodeCodex

Resolve ambiguities in a feature spec through targeted Q&A. Run after spec-kit-specify when open questions remain. Updates spec.md incrementally.

5 6d ago A 35 tokens

spec-kit-implement

18

aircury/ai-framework

Skill Claude CodeCodex

Execute tasks from tasks.md following TDD. Marks tasks complete as it goes. Run after spec-kit-tasks. Syncs specs/features/ on completion.

5 6d ago A 36 tokens

spec-kit-plan

19

aircury/ai-framework

Skill Claude CodeCodex

Create a technical implementation plan from a feature spec. Documents architecture, data models, and interface contracts without generating code. Run after spec-kit-clarify.

5 6d ago A 35 tokens

spec-kit-specify

20

aircury/ai-framework

Skill Claude CodeCodex

Create a feature specification from a user description. Focuses on WHAT and WHY, never HOW. Use at the start of a spec-kit workflow.

5 6d ago A 34 tokens

spec-kit-tasks

21

aircury/ai-framework

Skill Claude CodeCodex

Generate a dependency-ordered, phase-based task list from spec.md and plan.md. Run after spec-kit-plan and before spec-kit-analyse.

5 6d ago A 34 tokens

specs-extractor

22

aircury/ai-framework

Skill Claude CodeCodex

Extracts exact, behaviour-first specifications from an existing codebase. Defines domain concepts, use cases, and business rules with precision — zero implementation details. Use when reverse-engineering a legacy project into precise specs or preparing an AI-friendly spec set for a rewrite.

5 6d ago A 57 tokens

specs-interpreter

23

aircury/ai-framework

Skill Claude CodeCodex

Interprets authoritative specs and helps design a new implementation collaboratively, preserving required business, API, and database contracts while exploring architecture, stack, and delivery options with the user. Use when the user wants to start a new project from frozen specs, discuss implementation approaches…

5 6d ago A 71 tokens