linkpranay-ai/context-engineering-protocol
Skill Claude CodeCodex
Compile scattered guideline sources into one scope-aware COMPILED-GUIDELINES.md for other skills and ult-context-generate's Constraints layer. Do NOT use to enforce rules at runtime.
56 tagged conventions, measured the same way as everything else here.
Browse within: architecture 18code-quality 18ai-code 17ast 17agent-memory 10Project Management 9github-issues 8agents-md 5scaffolding 5skill 5standards 5
linkpranay-ai/context-engineering-protocol
Skill Claude CodeCodex
Compile scattered guideline sources into one scope-aware COMPILED-GUIDELINES.md for other skills and ult-context-generate's Constraints layer. Do NOT use to enforce rules at runtime.
Skill Claude CodeCodex
Navigate template conventions, audit compliance, and guide upgrades for ai-project-template repos.
Skill Claude CodeCodex
Create or update an archguardian baseline to adopt the tool on existing projects incrementally.
Skill Claude CodeCodex
Check project dependencies for known security vulnerabilities.
Skill Claude CodeCodex
Initialize archguardian in a project with config and git hooks.
Skill Claude CodeCodex
Use when installing the recursive-spine tracking convention onto a repo — interviews for modules and dialect, then stamps labels, issue/PR templates, a CLAUDE.md/AGENTS.md tracking section, and cross-project board membership. Idempotent; degrades loudly on missing gh scopes; offers (never forces) plumb-line and…
Skill Claude CodeCodex
Use when sweeping all recursive-spine-conforming repos for tracking health — aging deferrals (oldest first), stalled milestones, in-flight by lane, assigned-but-untouched issues, and debts named in closing comments but never filed, plus seedling pollen that never transplanted (hive repos). Reports honest denominators…
Skill Claude CodeCodex
Use when a repo has (or is getting) the tracking stamp and needs the rest of its spine — interviews for and stamps up to six parts, each optional: a rules codex with a moments map, an ADR directory, a CI gate skeleton, a session-memory convention, a constraints file with its sha-pinned drift gate, and the loop…
Skill Claude CodeCodex
Scans a project's current practice, classifies each convention by how it is best enforced, and routes it to the fittest mechanism - config, project doc, rule, a project skill, or a paste-ready pointer. Use when setting up an existing project so the first agent execution follows its conventions, or when asked to…
Skill Claude CodeCodex
Sets up and re-syncs a project's entry-file harness block — the wiring that brings retro in — plus cross-agent interop glue, with idempotent, diff-first, marker-managed writes; retro owns the learning loop. Use when setting up AI collaboration for a new or existing project, or when re-syncing the managed block after…
Skill Claude CodeCodex
Runs a post-task retrospective - detects user corrections, failures, and repeated mistakes, stages lessons as candidates, and proposes consent-gated improvements routed to their fittest destination (project rule, entry-file fact, memory, backlog, or skill update). Use when a task is complete or about to be marked…
cuesoftinc/oss-engineering-standards
Skill Claude CodeCodex
Audit, create, or standardize CueLABS delivery systems. Use for GitHub Actions, CI parity, release workflows, Dockerfiles, Docker Compose, Helm, Terraform, Cloud Run, Firebase App Hosting, environment variables, OpenTelemetry, artifacts, or deployment readiness.
cuesoftinc/oss-engineering-standards
Skill Claude CodeCodex
Create, audit, or standardize CueLABS product design systems and their implementation contracts. Use for Figma variables, tokens, component libraries, screen states, prototype flows, accessibility and motion specifications, design documentation, visual QA, or cross-product design parity.
cuesoftinc/oss-engineering-standards
Skill Claude CodeCodex
Audit, bootstrap, standardize, or verify a CueLABS repository. Use for repository structure, service naming, community-health files, project manifests, shared templates, cross-repository parity, or adoption of the CueLABS engineering standard. Route web, Flutter, design, CI, packaging, and deployment work to the…
Skill Claude CodeCodex
Use when a convention document has gone over budget (line count or block count), or when dead and duplicated clauses have piled up. Triggers include "the convention doc is too long", "clean up the conventions", "do an archive pass", the si-improve section 6 check reporting the log cap (15 blocks) exceeded, and an…
Skill Claude CodeCodex
Use when a convention, document, or procedure was missing, wrong, or ambiguous and it cost you time during the work, and that gap looks likely to recur in other files, features, or tasks. Also use when the end-of-work check ("of what bit me, what will recur?") surfaces a gap, and on requests like "self-improvement"…
Skill Claude CodeCodex
Use to bootstrap a project once, when it has no self-improvement data file (convention changelog and routing table). Triggers include "set up self-improvement", "si-init", and si-improve / si-archive / convention-smith failing to find the data file. Also re-run it right after a plugin update — it compares the data…
Skill Claude CodeCodex
Locks in opinionated frontend code patterns for Next.js 16 + TanStack Query v5 + FSD projects. ALWAYS invoke when writing data-fetching code (NEVER useEffect+fetch — always TanStack Query), creating forms (always react-hook-form + zod), introducing client state (Zustand for client-global only — NEVER for server data…