Organization profile and shared infrastructure for Adaptive Interfaces.
profile/README.md:
the organization profile displayed on the Adaptive Interfaces GitHub page.
Normative specifications for shared file formats used across all Adaptive Interfaces repositories.
| Schema | Description |
|---|---|
schemas/adaptive-interfaces-manifest-1.md |
Specification for MANIFEST.toml, the declarative claim card required in every repository |
Each repository in the adaptive-interfaces organization includes a
MANIFEST.toml at its root that declares conformance to the manifest schema.
| Repository | Kind | Description |
|---|---|---|
| adaptive-conformance-specification | Foundational skill | Behavioral protocol for agents working in unfamiliar codebases or tool surfaces |
| adaptive-tool-discovery | Domain skill | Learn and map the capabilities of an external tool set |
| adaptive-onboarding | Domain skill | Build team-member-level context for a specific codebase or project |
| adaptive-skill-lab | Lab | Incubator for developing, testing, and refining skills |
Before pushing changes, please verify against the local .markdownlint.json:
npx markdownlint-cli2 --fix "**/*.md"