PHPackages                             jean-pierre-gassin/ai-context - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jean-pierre-gassin/ai-context

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jean-pierre-gassin/ai-context
=============================

Portable AI agent context, skills, and role guidance for software projects.

v0.1.0(2mo ago)051MITPHPPHP &gt;=8.1

Since May 23Pushed 2mo agoCompare

[ Source](https://github.com/Jean-PierreGassin/ai-context)[ Packagist](https://packagist.org/packages/jean-pierre-gassin/ai-context)[ RSS](/packages/jean-pierre-gassin-ai-context/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

AI Context
==========

[](#ai-context)

Shared AI-assistant context for projects that use `AGENTS.md`, `.agents/skills`, `.claude/skills`, or similar local guidance files.

The package ships a small baseline of workflow guidance and reusable skills. It installs regular files into the consuming project, keeps existing project files intact by default, and can be wired into Composer's normal install/update lifecycle.

Installation
------------

[](#installation)

Add the installer to your root `composer.json` scripts:

```
{
  "scripts": {
    "post-install-cmd": [
      "JeanPierreGassin\\AiContext\\Installer::installFromComposer"
    ],
    "post-update-cmd": [
      "JeanPierreGassin\\AiContext\\Installer::installFromComposer"
    ]
  }
}
```

Then require the package:

```
composer require jean-pierre-gassin/ai-context
```

Run Composer as usual after that:

```
composer install
composer update jean-pierre-gassin/ai-context
```

What It Adds
------------

[](#what-it-adds)

- `AGENTS.md`
- `CLAUDE.md`
- `.agents/skills/*`
- `.claude/skills/*`
- `.claude/settings.json`
- `.codex/config.toml`
- Managed ignore files for package-owned skills

The `.claude` skill files point back to the matching `.agents` skills, so the main skill content stays in one place.

Existing Projects
-----------------

[](#existing-projects)

The installer is conservative:

- Identical files are skipped silently.
- Changed files require a `y` or `yes` confirmation before overwrite.
- Installed files are copied, not symlinked.
- Managed `.gitignore` entries only cover the skill names provided by this package and the managed ignore file itself.
- Project-specific skills and local guidance can still be tracked normally.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance87

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

63d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6791304?v=4)[Jean-Pierre Gassin](/maintainers/Jean-PierreGassin)[@Jean-PierreGassin](https://github.com/Jean-PierreGassin)

---

Top Contributors

[![Jean-PierreGassin](https://avatars.githubusercontent.com/u/6791304?v=4)](https://github.com/Jean-PierreGassin "Jean-PierreGassin (1 commits)")

### Embed Badge

![Health badge](/badges/jean-pierre-gassin-ai-context/health.svg)

```
[![Health](https://phpackages.com/badges/jean-pierre-gassin-ai-context/health.svg)](https://phpackages.com/packages/jean-pierre-gassin-ai-context)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
