Awesome Skills from Around the World
# Add to your Claude Code skills
git clone https://github.com/AbsolutelySkilled/AbsolutelySkilledGuides for using documentation skills like AbsolutelySkilled.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:01:25.949Z",
"npmAuditRan": true,
"pipAuditRan": true
}AbsolutelySkilled is an open-source documentation skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AbsolutelySkilled. Awesome Skills from Around the World. It has 156 GitHub stars.
Yes. AbsolutelySkilled passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/AbsolutelySkilled/AbsolutelySkilled" and add it to your Claude Code skills directory (see the Installation section above).
AbsolutelySkilled is primarily written in MDX. It is open-source under AbsolutelySkilled on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other Documentation skills you can browse and compare side by side. Open the Documentation category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AbsolutelySkilled against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
AbsolutelySkilled is a collection of skills that teach AI agents domain-specific knowledge - from framework APIs to marketing strategy. Each skill is a self-contained folder with structured markdown that agents load on demand.
Skills work with any agent that supports the SKILL.md format: Claude Code, Gemini CLI, OpenAI Codex, Cursor, and 40+ more agents.
These skills form the backbone of AbsolutelySkilled - install them first and watch your AI agent transform from a code assistant into an autonomous development partner.
A structured design interrogation that reads your entire codebase before asking a single question - every assumption challenged, every dependency resolved, one decision at a time.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill absolute-brainstorm
Usage:
/absolute-brainstorm "Add real-time notifications to our app"
/absolute-brainstorm "Redesign the authentication flow to support SSO"
/absolute-brainstorm "Build a platform with chat, billing, analytics, and admin dashboard"
How it works:
docs/plans/YYYY-MM-DD-<topic>-design.mdA complete SDLC replacement for AI agents - decomposes features into dependency-graphed tasks, executes them in parallel waves with TDD verification, and tracks everything on a persistent board.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill absolute-human
Usage:
/absolute-human "Add OAuth2 login with Google and GitHub providers"
/absolute-human "Migrate the REST API to GraphQL"
/absolute-human "Build a real-time chat feature with WebSocket support"
How it works:
Everything is tracked on a persistent .absolute-human/board.md that survives across sessions - resume where you left off, audit decisions, or hand off to another developer.
INTAKE --> DECOMPOSE --> DISCOVER --> PLAN --> EXECUTE --> VERIFY --> CONVERGE
A structured, hierarchical knowledge store in ~/.memory/ that gives your AI agent persistent memory across projects, sessions, and tools - automatically loading only what's relevant to the current context.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill second-brain
Usage:
# Memories are loaded automatically at conversation start
# After complex tasks, your agent proposes what to remember
"Remember that we always use Bun instead of npm"
"What do you know about our auth system?"
"Update my memory about the deployment process"
How it works:
[[wiki-links]] for rich knowledge traversalA deep, context-aware security scanner for AI agent skills - combines a Python mechanical pre-scan with AI-powered semantic analysis across 6 threat categories to catch prompt injection, data exfiltration, supply chain attacks, and behavioral risks that regex tools miss.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill skill-audit
Usage:
/skill-audit skills/suspicious-tool
/skill-audit skills/suspicious-tool --json
/skill-audit skills/ # Batch scan entire registry
How it works:
scripts/audit.py handles deterministic checks: unicode smuggling, base64 payloads, frontmatter validation, file size limits, phantom dependencies, orphaned referencesOutput as a human-readable table report (default) or JSON for CI/tooling integration.
A 7-step orchestrator that takes you from "make me a video about X" to a finished 4K video - using Remotion, ElevenLabs TTS, royalty-free music, and SFX. No video editing knowledge required.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill video-creator
Usage:
/video-creator "Create a 60-second product demo for my SaaS dashboard"
/video-creator "Make an explainer video about how our API works"
/video-creator "Build a social clip announcing our new feature"
How it works:
Companion skills: remotion-video, video-scriptwriting, video-audio-design, video-analyzer
A production monitoring skill that reads your source code, generates Playwright monitoring scripts, and deploys them as recurring checks via the supaguard CLI - all without committing any test scripts to your repository.
Install:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill supaguard
Usage:
# Point at your app and the agent does the rest
"Set up monitoring for my Next.js app"
"Monitor the login flow on production"
"Create an uptime check for our checkout page"
How it works:
/tmp/, never committed to your reposupaguard checks test before deployingCompanion skills: playwright-testing, cli-design
Generates a structu