Audit namespace content by searching across projects, memories, and items
2
terminal-setup
troykelly3/1/2026
Set up a new terminal connection with credentials and verification
1
AI 85
dev-session-report
troykelly3/1/2026
Generate a summary report for a completed dev session
1
AI 81
weekly-review
troykelly3/1/2026
Comprehensive weekly review of projects, tasks, communications, and sessions
1
AI 80
openclaw-projects
troykelly2/25/2026
Project management, memory storage, and communications backend for OpenClaw agents
1
AI 77
contact-relationship-map
troykelly3/1/2026
Build a comprehensive view of a contact with relationships, links, and memories
1
AI 68
worker-handover
troykelly1/13/2026
Defines context handover format when workers hit turn limit. Posts structured handover to GitHub issue comments enabling replacement workers to continue seamlessly.
5
AI 95
security-review
troykelly1/13/2026
MANDATORY for security-sensitive code changes - OWASP-based security review with dedicated checklist, required before PR for auth, input handling, API, database, or credential code
5
AI 95
environment-bootstrap
troykelly1/13/2026
Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions
5
AI 95
project-status-sync
troykelly1/9/2026
Use to keep GitHub Project fields synchronized with actual work state - updates status, verification, criteria counts, and other project-specific fields
5
AI 95
clean-commits
troykelly1/9/2026
Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point
5
AI 95
memory-integration
troykelly1/9/2026
Use to maintain context across sessions - integrates episodic-memory for conversation recall and mcp__memory knowledge graph for persistent facts
5
AI 95
ci-monitoring
troykelly1/9/2026
Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable
5
AI 94
issue-lifecycle
troykelly1/13/2026
Use throughout all work - ensures GitHub issues are updated continuously as work happens, not batched at the end
5
AI 92
pre-work-research
troykelly1/13/2026
Use before starting implementation - research repository documentation, codebase patterns, and external resources to inform the approach
5
AI 92
issue-driven-development
troykelly1/13/2026
Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification
5
AI 92
acceptance-criteria-verification
troykelly1/9/2026
Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue
5
AI 92
verification-before-merge
troykelly1/9/2026
Use before merging PR - final gate ensuring all tests pass, review complete, CI green, and acceptance criteria verified