projects-registry

Read and filter local projects registry data by status, tags, and versions.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/christianearle01/claude-config-template --skill projects-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects-registry
Source: https://github.com/christianearle01/claude-config-template/tree/main/.claude/skills/projects-registry
Command: npx skills add https://github.com/christianearle01/claude-config-template --skill projects-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides natural-language access to a local projects registry, eliminating the need to remember and run CLI commands for common project queries and maintenance tasks.

Core Features & Use Cases

  • Read-only queries: list all projects, filter by status or tags, show paths and versions.
  • Proactive insights: identify outdated projects, prioritize updates, and navigate to project locations.
  • CLI guidance: when a write operation is needed, the skill points to the appropriate scripts and commands.

Quick Start

To see your registered projects, ask a natural-language question like "What projects do I have?" or run the quick command to list all projects: ./scripts/claude-projects.sh list

Frequently Asked Questions about projects-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all my Claude projects and check their status?

You can list all your Claude projects by asking a natural-language question like "What projects do I have?" or by running the CLI command ./scripts/claude-projects.sh list, which reads the local projects registry to display project statuses, tags, paths, and versions.

Can I filter my projects registry by tags or versions using natural language?

Yes, you can filter the projects registry by status, tags, versions, and paths using natural-language queries, eliminating the need to remember CLI commands. The skill automatically interprets your intent and formats the filtered results from the registry file.

How do I find outdated projects in my local projects registry?

To find outdated projects, ask the skill a question like "Which projects are outdated?". It analyzes the local projects registry to identify outdated versions and proactively suggests prioritizing updates and navigating to project locations.

Can I update the projects registry directly through natural language commands?

No, the skill provides read-only access to the projects registry for queries and status checks. When a write operation is needed, it points you to the appropriate CLI scripts and commands to execute the update manually.

Does the projects registry query skill require any external dependencies?

No external dependencies are required. The skill operates by reading the local ~/.claude/projects-registry.json file, filtering the data based on your natural-language query, and formatting the results automatically.

When does the projects registry skill automatically activate?

The skill auto-activates in relevant contexts when you ask queries about multiple projects, tags, versions, and paths, allowing seamless natural-language access to the local projects registry without manual invocation.