KS
Killer-Skills

register — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring structured issue tracking and project management capabilities. AI Engineering Platform - From Vibe Coding to Vibe Engineering

fiftynotai fiftynotai
[5]
[0]
Updated: 2/24/2026

Quality Score

Top 5%
40
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add fiftynotai/igris-ai

Agent Capability Analysis

The register MCP Server by fiftynotai is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Development Agents requiring structured issue tracking and project management capabilities.

Core Value

Empowers agents to systematically track bugs, features, migrations, and technical debt using standardized prefixes like BR-XXX and MG-XX, streamlining project management through concise brief creation and type-based categorization.

Capabilities Granted for register MCP Server

Tracking and categorizing new bugs
Registering upcoming feature implementations
Logging migrations for version control
Documenting technical debt for future reference

! Prerequisites & Limits

  • Requires specific type and title format
  • Limited to four predefined types: bug, feature, migration, debt
Project
SKILL.md
3.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

REGISTER - Create New Brief

Register a new brief for tracking bugs, features, migrations, or technical debt.

Usage

/register bug "Title of the bug"
/register feature "Title of the feature"
/register migration "Title of migration"
/register debt "Title of technical debt"

Or without type (will prompt):

/register "Brief title"

Arguments

$ARGUMENTS format: [type] "title" or just "title"

Types and their prefixes:

  • bug or feature → BR-XXX
  • migration → MG-XXX
  • debt → TD-XXX
  • testing → TS-XXX
  • process → PI-XXX
  • request → FR-XXX
  • dependency → DU-XXX
  • performance → PF-XXX
  • architecture → AC-XXX

Execution

0. Track Invocation

Silently emit a skill invocation event (never blocks execution):

bash
1bash "$CLAUDE_PROJECT_DIR/scripts/emit_skill_event.sh" "register" 2>/dev/null || true

1. Parse Arguments

Extract type and title from $ARGUMENTS. If type not specified, ask user which type.

2. Determine Prefix

Map type to brief prefix:

TypePrefix
bug, featureBR
migrationMG
debtTD
testingTS
processPI
requestFR
dependencyDU
performancePF
architectureAC

3. Find Next Available Number

Scan ai/briefs/ for existing briefs with this prefix. Find highest number, add 1. Example: If BR-007 exists, next is BR-008.

4. Read Template

Read template from ai/briefs/{PREFIX}-TEMPLATE.md. Fallback to ai/briefs/BR-TEMPLATE.md if specific template not found.

5. Create Brief File

Create ai/briefs/{PREFIX}-{XXX}-{slug}.md:

  • Fill in title from arguments
  • Set Status: Ready (or Draft if info incomplete)
  • Set Priority: P2 (default, can be changed)
  • Set Created date: today
  • Leave other fields for user to complete

6. Handle P0/P1 Priority

If user specifies P0 or P1 priority, also add entry to ai/session/BLOCKERS.md.

7. Sync Brief to Brain

If the igris-brain MCP server is available, call igris_brief_sync with:

  • project: current project slug (derive from directory name or brain registry)
  • brief_id: the new brief ID (e.g., "FR-031")
  • brief_type: type from the brief (feature, bug, tech_debt, migration, testing, process, dependency, performance, architecture)
  • title: the brief title
  • status: "Ready" (or "Draft" if incomplete)
  • priority: the assigned priority (e.g., "P2")
  • effort: the assigned effort (e.g., "S", "M", "L", "XL") if known
  • phase: "INIT"

If brain MCP is not available, skip silently. No errors.

8. Confirm Registration

Display:

Brief registered: {PREFIX}-{XXX}

File: ai/briefs/{PREFIX}-{XXX}-{slug}.md
Type: [Bug Fix | Feature | Migration | etc.]
Priority: P2 (default)
Status: Ready

To implement: /hunt {PREFIX}-{XXX}
To change priority: "change {PREFIX}-{XXX} priority to P0"

Important

  • DO NOT load context files
  • DO NOT start implementation
  • DO NOT create tasks
  • ONLY create the brief file and sync to brain

Related Skills

Looking for an alternative to register or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication