https://github.com/sirejeff/claude-context-engineering-template
Context Engineering Template for Claude Code - CLI tooling, validation, team collaboration, and self-maintaining documentation
https://github.com/sirejeff/claude-context-engineering-template
ai-assisted-development ai-development claude claude-code code-documentation code-efficiency code-navigation context-engineering context-management developer-productivity developer-tools development-workflow llm-context-optimization productivity-tool
Last synced: 5 days ago
JSON representation
Context Engineering Template for Claude Code - CLI tooling, validation, team collaboration, and self-maintaining documentation
- Host: GitHub
- URL: https://github.com/sirejeff/claude-context-engineering-template
- Owner: SireJeff
- License: mit
- Created: 2025-12-07T15:10:16.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-01-29T10:03:06.000Z (13 days ago)
- Last Synced: 2026-01-29T13:47:16.403Z (12 days ago)
- Topics: ai-assisted-development, ai-development, claude, claude-code, code-documentation, code-efficiency, code-navigation, context-engineering, context-management, developer-productivity, developer-tools, development-workflow, llm-context-optimization, productivity-tool
- Language: JavaScript
- Homepage: https://hasanshiri.online
- Size: 479 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ⚠️ This Repository is Archived
**The AI Context project has moved to a new repository:**
# 👉 [k0ntext](https://github.com/SireJeff/k0ntext) 👈
---
## Quick Links
- **New Repository:** https://github.com/SireJeff/k0ntext
- **npm Package:** https://www.npmjs.com/package/k0ntext
- **Documentation:** https://github.com/SireJeff/k0ntext#readme
- **Migration Guide:** https://github.com/SireJeff/k0ntext/blob/main/docs/MIGRATE_TO_UNIFIED.md
## Why Archive?
This repository (`claude-context-engineering-template`) was a monorepo with multiple packages. We've consolidated everything into a single, focused **`k0ntext`** package in a new repository.
## Legacy Package Status
The legacy packages from this repository are still available on npm in their final versions:
| Package | Final Version | npm URL |
|---------|---------------|---------|
| `create-universal-ai-context` | 2.6.0-final | [npm](https://www.npmjs.com/package/create-universal-ai-context) |
| `claude-context-plugin` | 2.2.0-final | [npm](https://www.npmjs.com/package/claude-context-plugin) |
These packages are **deprecated** and will not receive further updates. All functionality has been consolidated into the new **`k0ntext`** package.
## Migration
See the [new repository](https://github.com/SireJeff/k0ntext) for:
- Installation instructions
- Documentation
- Latest releases
- Issue tracking
- Contributing guidelines
### Quick Migration
```bash
# Uninstall old package
npm uninstall -g create-universal-ai-context
# Install new package
npm install -g k0ntext
# Initialize your project
k0ntext init
```
---
**Last updated:** 2026-02-05
**Status:** ⚠️ Archived - Use [k0ntext](https://github.com/SireJeff/k0ntext)