# Register Project

> Register 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'.

- **Type:** Skill
- **Install:** `agentstack add skill-faizkhairi-claude-code-blueprint-register-project`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [faizkhairi](https://agentstack.voostack.com/s/faizkhairi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [faizkhairi](https://github.com/faizkhairi)
- **Source:** https://github.com/faizkhairi/claude-code-blueprint/tree/main/skills/register-project
- **Website:** https://github.com/faizkhairi/claude-code-blueprint#readme

## Install

```sh
agentstack add skill-faizkhairi-claude-code-blueprint-register-project
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Register Project in memory

## 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)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [faizkhairi](https://github.com/faizkhairi)
- **Source:** [faizkhairi/claude-code-blueprint](https://github.com/faizkhairi/claude-code-blueprint)
- **License:** MIT
- **Homepage:** https://github.com/faizkhairi/claude-code-blueprint#readme

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-faizkhairi-claude-code-blueprint-register-project
- Seller: https://agentstack.voostack.com/s/faizkhairi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
