KS
Killer-Skills

gtd — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Task Automation Agents needing GTD workflow integration and autonomous task execution from markdown items. The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app

majiayu000 majiayu000
[0]
[0]
Updated: 2/20/2026

Quality Score

Top 5%
80
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add majiayu000/claude-skill-registry/gtd

Agent Capability Analysis

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

Ideal Agent Persona

Perfect for Task Automation Agents needing GTD workflow integration and autonomous task execution from markdown items.

Core Value

Empowers agents to classify and execute tasks from GTD.md items using pattern matching and entity lookup via database queries, enabling seamless workflow automation with bun scripts and TypeScript.

Capabilities Granted for gtd MCP Server

Automating task planning from # Next items in GTD.md
Executing sequential tasks with entity lookup
Generating action plans based on workflow patterns

! Prerequisites & Limits

  • Requires access to GTD.md file
  • Depends on bun scripts and database connectivity
  • Limited to sequential task execution
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

GTD Runner Skill

Autonomous task execution from GTD.md items.

Trigger

  • Command: /cyber-gtd
  • Default: plan-first (show before execute)

Workflow

  1. Read @GTD.md → extract items from # Next
  2. For each item:
    • Classify → match pattern to workflow
    • Lookup entities via database: bun scripts/db/query.ts find-entity "<name>"
    • Plan actions
  3. Show plan → ask to execute
  4. Execute approved items sequentially (one at a time)
  5. Output: ~/CybosVault/private/content/work/MMDD-<slug>.md

Classification → Routing

PatternConfidenceWorkflow
"ask for call", "message", "email", "reach out"High→ workflows/outreach.md
"call with", "meeting", "X <> Y", "sync"High→ workflows/call-prep.md
"podcast"High→ workflows/podcast.md
company name, "research", "DD", "look into"Medium→ workflows/research.md
no matchLowBest judgment → log to learnings.md

Entity Lookup

Query database for entity context:

  1. Parse item for names (people, companies)
  2. Run: bun scripts/db/query.ts find-entity "<name>" --json
  3. If found, get full context: bun scripts/db/query.ts entity <slug> --json
  4. Entity context includes:
    • Recent interactions (calls, emails, telegram)
    • Deal associations
    • Pending items
  5. If not found + confident it's an entity:
    • High confidence (company with domain) → auto-create stub
    • Medium confidence → ask: "Create entity file for X?"

Output Format

All outputs to ~/CybosVault/private/content/work/MMDD-<slug>.md:

markdown
1# Task: [Task Description] 2 3**Status:** Pending Approval | Completed | Incomplete 4**Created:** YYYY-MM-DD HH:MM 5**GTD Item:** [Original text from GTD.md] 6**Workflow:** [Which workflow handled this] 7 8--- 9 10## Context 11 12**Entity:** [Name] 13- Type: [person/org] 14- Deal: [link if exists] 15- Previous calls: [N calls found] 16 17**Key Info:** 18[Relevant context from calls, deals, entity files] 19 20--- 21 22## Draft 23 24[Message/agenda/questions/etc] 25 26--- 27 28## Pending Actions 29 30- [ ] Send via Gmail to email@example.com 31- [ ] Alternative: Telegram @handle 32 33--- 34 35## Execution Log 36 37- HH:MM - [action taken]

Staged Execution

Agent completes what it can autonomously:

  • Research and context gathering
  • Draft creation
  • Preparation work

Then queues actions requiring approval:

  • Sending messages (Gmail, Telegram)
  • Scheduling meetings
  • Any external action

Suggestions

When processing tasks, if you notice 3+ similar patterns that don't have a dedicated workflow, suggest: "I've seen '[pattern]' multiple times. Want me to create a workflow for it?"

Self-Improvement

Log all task executions to @learnings.md for pattern analysis.

Related Skills

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

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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