AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code

AbsolutelySkilled is a registry of structured skill modules for Claude Code that addresses the lack of persistent knowledge between sessions. Instead of starting from scratch each time, you install skills once and they guide Claude Code's behavior across all future sessions.
How Skills Work
Each skill is a SKILL.md file containing structured knowledge that Claude Code loads when triggered. These aren't just prompts—they include:
- Trigger conditions
- Reference files
- Evals (10-15 test cases per skill)
- Anti-patterns
Notable Skills
The registry includes 156 skills covering:
- System design
- Docker and Kubernetes
- React and Next.js
- PostgreSQL
- Security review
- Technical writing
- SEO mastery
Key Skills Highlighted
Superhuman
This skill reimagines the development lifecycle for AI constraints with:
- Work decomposition into dependency-graphed DAGs of sub-tasks
- Parallel execution of independent tasks via sub-agents
- TDD enforcement at every step with verification loops
- Persistent
board.mdthat survives across sessions and context resets - 7-phase workflow: INTAKE → DECOMPOSE → DISCOVER → PLAN → EXECUTE → VERIFY → CONVERGE
Second Brain
A persistent tag-indexed memory system with:
~/.memory/directory that survives across ALL projects and sessions- 100-line file ceiling for context efficiency
- Wiki-linked graph navigation
- Auto-proposed learnings after complex tasks
Installation
Install individual skills:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill superhuman
Or add everything at once:
npx skills add AbsolutelySkilled/AbsolutelySkilled -g
The project is available on GitHub at https://github.com/AbsolutelySkilled/AbsolutelySkilled, and the creator is seeking feedback on the skill format and suggestions for additional skills.
📖 Read the full source: r/ClaudeAI
👀 See Also

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.

Black LLAB: Open-Source Architecture for Dynamic Model Routing and Docker-Sandboxed AI Agents
A developer has open-sourced Black LLAB, a system that uses Mistral 3B to route prompts between local and cloud models and runs AI agents in isolated Docker containers with OpenClaw integration.

Claude Code Prompt Architecture Reverse-Engineered for Local Models
A clean-room reimplementation of Claude Code's 26-prompt architecture is now available on GitHub, offering system prompts, tool prompts, safety rules, memory compression, and verification patterns for building coding agents on local models like Ollama, llama.cpp, or vLLM.

Telegram Bot for Claude Code CLI Control from Mobile
A developer built a Telegram bot that bridges to the Claude Code CLI, allowing control via mobile commands like /commit, /code_review, and /simplify. The bot auto-discovers custom skills, processes photos/documents/voice notes, and supports group chat sessions.