Agent Plugins Marketplace
← All plugins

ai-context-kit

v1.5.1

Context-aware AI collaboration skills and implementation loop prompts for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.

CodexClaude Code12 Skills

By MSiccDev Software DevelopmentLicense: MIT12 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install ai-context-kit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add MSiccDev/ai-context-kit
codex plugin marketplace upgrade ai-context-kit
codex plugin add ai-context-kit@ai-context-kit

Paste and run these commands in a terminal with Codex. They add and refresh the ai-context-kit catalog, then install this plugin.

Compatibility: the page URL and API slug “ai-context-kit” remain stable.

  • Codex: ai-context-kit@agent-plugin-marketplace → ai-context-kit@ai-context-kit

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/MSiccDev/ai-context-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ai-context-kit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/create-agents-md/SKILL.md
├── skills/create-checkpoint/SKILL.md
├── skills/create-project-instructions/SKILL.md
├── skills/create-skill/SKILL.md
├── skills/create-usercontext-instructions/SKILL.md
├── skills/repository-drift-control/SKILL.md
├── skills/restore-checkpoint/SKILL.md
├── skills/time-awareness/SKILL.md
├── skills/validate-agents-md/SKILL.md
├── skills/validate-project-instructions/SKILL.md
├── skills/validate-skill/SKILL.md
└── skills/validate-usercontext-instructions/SKILL.md

Included Skills12

create-agents-mdskills/create-agents-md/SKILL.md

Create concise, repository-specific AGENTS.md files with operational contract, precedence rules, and drift-control guidance.

create-checkpointskills/create-checkpoint/SKILL.md

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-instructionsskills/create-project-instructions/SKILL.md

Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.

create-skillskills/create-skill/SKILL.md

Create canonical SKILL.md artifacts with deterministic schema, workflow, safety, and quality checks.

create-usercontext-instructionsskills/create-usercontext-instructions/SKILL.md

Create complete user-context instruction files using a structured discovery workflow and repository format rules.

repository-drift-controlskills/repository-drift-control/SKILL.md

Enforce coordinated updates across specs, templates, prompts, samples, and docs to prevent repository guidance drift.

restore-checkpointskills/restore-checkpoint/SKILL.md

Load a checkpoint artifact at session start and restore the session state it describes per spec section 4.4 restore rules. Use only when a checkpoint file is explicitly provided at the beginning of a session.

time-awarenessskills/time-awareness/SKILL.md

Always-on guardrail that grounds date, time-of-day, elapsed-time, and pacing statements in a real local clock reading instead of an estimate. Use whenever the session references the current time, a stated time budget, session duration, a date-dependent schedule, or a timestamp written into an artifact — including direct questions like "what time is it", "what's today's date", "what day is it". Do not use this to fetch time from a network service — local time only.

validate-agents-mdskills/validate-agents-md/SKILL.md

Validate AGENTS.md files for structural completeness, operational contract coverage, neutrality, and repository alignment.

validate-project-instructionsskills/validate-project-instructions/SKILL.md

Validate project-context AGENTS.md files for required sections, session-state model completeness, role quality, and scoring compliance.

validate-skillskills/validate-skill/SKILL.md

Validate SKILL.md artifacts for schema, quality, safety, portability, and scoring compliance.

validate-usercontext-instructionsskills/validate-usercontext-instructions/SKILL.md

Validate user-context instruction files against schema, section completeness, quality checks, and scoring criteria.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ai-context-kit",
  "version": "1.5.1",
  "description": "Context-aware AI collaboration skills and implementation loop prompts for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.",
  "author": {
    "name": "MSiccDev Software Development",
    "url": "https://github.com/MSiccDev"
  },
  "homepage": "https://github.com/MSiccDev/ai-context-kit",
  "repository": "https://github.com/MSiccDev/ai-context-kit",
  "license": "MIT",
  "keywords": [
    "context",
    "agents",
    "skills",
    "user-context",
    "ai-collaboration",
    "prompt-engineering",
    "implementation-loop",
    "workflow-prompts"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AI Context Kit",
    "shortDescription": "AGENTS-first collaboration skills for Codex.",
    "longDescription": "Reusable skills for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.",
    "developerName": "MSiccDev Software Development",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/MSiccDev/ai-context-kit",
    "defaultPrompt": [
      "Use AI Context Kit to create a project AGENTS.md.",
      "Validate this AGENTS.md with AI Context Kit.",
      "Create a user context file with AI Context Kit."
    ],
    "brandColor": "#2563EB"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "ai-context-kit",
  "version": "1.5.1",
  "description": "Context-aware AI collaboration skills and implementation loop prompts for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.",
  "author": {
    "name": "MSiccDev Software Development",
    "url": "https://github.com/MSiccDev"
  },
  "homepage": "https://github.com/MSiccDev/ai-context-kit",
  "repository": "https://github.com/MSiccDev/ai-context-kit",
  "license": "MIT",
  "keywords": [
    "context",
    "agents",
    "skills",
    "user-context",
    "ai-collaboration",
    "prompt-engineering",
    "implementation-loop",
    "workflow-prompts"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ai-context-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-context-kit)