Register Project in memory
SkillFiles & storageRegister an existing project in memory. Use when starting work on a new repo or when a project needs its own context file. Triggers on: 'register project', 'add project to memory', 'track this project', 'create project file'.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Register Project in memory skill
What this skill tells your AI
The instructions your AI receives, as published by faizkhairi/claude-code-blueprint in skills/register-project/SKILL.md and read by ahel’s review.
Step 1: Detect Project Info
Gather from the current working directory or user input:
- Project name and path
- Framework/language (check package.json, pyproject.toml, composer.json, etc.)
- Test command (check scripts in package manager config)
- Git remote URL
- Current test count (run tests and count)
Step 2: Read Template
Read ./memory/templates/coding-template.md for the standard format.
Step 3: Check Capacity
Scan ./memory/projects/active/. If 10+ projects exist, identify the oldest by Last Accessed date and suggest archiving it.
Step 4: Create Project File
Write to ./memory/projects/active/{project-name}.md using the template, filled with detected info.
Step 5: Confirm
Show the created file path and key fields to the user.
Rules
- Never overwrite an existing project file; read it first and update if it exists
- Use the template format exactly
- Set Last Accessed to today's date
- Leave Session Context section with placeholder (populated during actual work)
Signals
- GitHub stars
- 70
- Forks
- 21
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
register-project- Source
- github.com/faizkhairi/claude-code-blueprint