AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code

✍️ OpenClawRadar📅 Published: March 16, 2026🔗 Source
AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
Ad

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
Ad

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.md that 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

Ad

👀 See Also