Skills Brief — AI skill for Claude Code
Show the Skills AI digest — what is installed, what fires automatically, key commands.
How to install Skills Brief
Installs to ~/.claude/skills/lamardav-skills-ai-skills-brief/SKILL.md
mkdir -p ~/.claude/skills/lamardav-skills-ai-skills-brief && curl -fsSL https://raw.githubusercontent.com/Lamardav/skills-ai/HEAD/commands/skills-brief.md -o ~/.claude/skills/lamardav-skills-ai-skills-brief/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Skills Brief does
description: Show the Skills AI digest — what is installed, what fires automatically, key commands
Read `${CLAUDE_PLUGIN_ROOT}/BRIEF.md` and render its contents verbatim to the user.
If the user passed an argument, first render the digest, then answer their question about the stack using the digest plus anything you can read from `${CLAUDE_PLUGIN_ROOT}/manifest.json`.
Argument: $ARGUMENTS
Alternatives in AI
- Autoskills — One command. Your entire AI skill stack 6.8k ★
- Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★
- Rb Setup — First-time setup 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fallback
Show or change hmd's OmniRoute fallback-routing gate — whether Heimdall may route work to a third-party model,
Embeddedskills
An open-source collection of embedded development and debugging skills for Claude Code, Copilot, TRAE, and oth
Universal Agent Plugins
Secure CLI to install, update, repair, and remove Agent Plugins 1.0 across installed AI agents. Passes 100% Ag
Subagent Model Routing
Route Claude Code, Codex, and Copilot work across installed model CLIs with delegation guardrails and an obser
Vertice
Read-only desktop app that inventories the AI components — skills, agents, MCP servers, prompts — installed by
Peer AI
AI-to-AI peer consultation: install symmetric skills in Claude Code, Codex CLI, and Gemini CLI so any installe
Related Agents
Review Concurrency
Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi
AI Eng Warden
AI Engineering review of code touching LLM interactions, prompt construction, context management, agent archit
DB Guard
Database discipline enforcer. Fires on PostEdit for any source file.