By MSiccDev
Generate and maintain structured project context files (AGENTS.md, SKILL.md, user-context) for AI agents, with validation, checkpointing, and drift control to ensure consistent cross-session collaboration.
Create concise, repository-specific AGENTS.md files with operational contract, precedence rules, and drift-control guidance.
Capture the current session state as a checkpoint artifact per spec section 4.4. Use when the user signals session end or explicitly requests a checkpoint. Do not use mid-session or without user approval.
Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.
Create canonical SKILL.md artifacts with deterministic schema, workflow, safety, and quality checks.
Create complete user-context instruction files using a structured discovery workflow and repository format rules.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Author: Marco Siccardi (MSiccDev Software Development)
Purpose: An AGENTS-first, skills-first framework for maintaining consistent, context-aware AI collaboration across different LLM providers, projects, and development phases.
This repository provides a comprehensive AGENTS-first context and workflow system designed to enable consistent, context-aware AI collaboration across multiple projects and platforms.
AGENTS.md is the primary operational entrypoint for agents in this repository.specs/context_aware_ai_session_spec.md is the normative source of truth for the full session model.docs/spec-rationale.md is the companion document with background reasoning, extended examples, and future enhancement notes.What began as a way to extract and reuse prompts across AI providers has evolved into a sophisticated architecture for AI collaboration:
AGENTS.md context create complete AI workspace configurationsThis framework consists of:
AGENTS.md context – Scope, tech stack, roles, objectives, and operational guidance per projectskills/ – Canonical create/validate/governance operational logictemplates/ – Canonical artifact structures aligned to the specAll components are designed to work across hosted and local LLM environments, ensuring that every AI assistant understands your background, working style, and project context without repeated explanations. You may need to adjust your context files for specific platforms.
The same question, with and without AI Context Kit loaded:
Without AI Context Kit:
User: "Help me add authentication to the app."
AI: "Sure! What framework are you using? What kind of auth — OAuth, JWT, sessions? What's your backend stack?..."
The AI starts from scratch every session.
With AI Context Kit loaded:
User: "Help me add authentication to the app."
AI: "Given your SwiftUI codebase and the TCA architecture you're migrating to, I'd model this as a new
AuthenticationFeaturereducer rather than adding it to an existing one. Want me to scaffold the reducer and effect first, or start with the SwiftUI view bindings?"
The AI already knows your stack, your existing patterns, and your preferences.
The difference is not magic — it is reduced friction. The AI spends zero turns asking who you are, what you are building, or how you like to work. That adds up significantly across a full development session.
npx claudepluginhub msiccdev/ai-context-kit --plugin ai-context-kitProvider-agnostic AI skills for creating professional arc42 software architecture documentation. Covers all 12 arc42 sections, cross-section quality review, and automated consistency linting.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows