projects

Identify and verify valid project slugs from repository structure.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/vogon101/KnowledgeWork --skill projects-vogon101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/vogon101/KnowledgeWork/tree/main/skills/projects
Command: npx skills add https://github.com/vogon101/KnowledgeWork --skill projects-vogon101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a robust mechanism to identify and verify project slugs used across meetings, notes, and action items, preventing invalid references.

Core Features & Use Cases

  • Discover valid project slugs (folders and workstreams) across organisations.
  • Validate a single slug to ensure accuracy before embedding in frontmatter or task records.
  • Support organisational filtering to focus on relevant projects when auditing content.

Quick Start

Use the slug validator to list all valid slugs: .claude/skills/projects/scripts/valid_slugs.sh Check a specific slug: .claude/skills/projects/scripts/valid_slugs.sh --check analytics-dashboard

Frequently Asked Questions about projects

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

FAQPage Schema
How do I validate project slugs before adding them to meeting notes?

You can validate project slugs by running the included bash script with the --check flag followed by the slug name, ensuring the reference exists in your repository structure before embedding it in notes.

What is the best way to list all valid workstream and folder slugs for project management?

Use the valid_slugs.sh script to discover all valid folder and workstream slugs derived from your repository structure, preventing invalid project references across meetings and tasks.

Can I filter valid project slugs by organisation?

Yes, project slug validation supports organisational filtering, allowing you to focus on relevant projects and audit content within a specific organisation's scope.

Does this slug validator require any external dependencies?

No, the skill operates with zero dependencies, using a bash script to parse the repository structure and identify valid project slugs without requiring additional packages.

Why do invalid project references appear in my task records?

Invalid references occur when slugs are manually entered without verification, which this script prevents by deriving allowed folder and workstream slugs directly from the repository structure.

How do I check a single project slug for accuracy in bash?

Run the valid_slugs.sh script with the --check argument and your slug string to verify its accuracy against the repository's derived project structure.