claude-code-knowledge

Document Claude Code CLI plugin structures, skills, hooks, and LSP integrations.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/biwakonbu/cc-plugins --skill claude-code-knowledge-biwakonbu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-knowledge
Source: https://github.com/biwakonbu/cc-plugins/tree/main/plugins/claude-code-spec/skills/claude-code-knowledge
Command: npx skills add https://github.com/biwakonbu/cc-plugins --skill claude-code-knowledge-biwakonbu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Claude Code CLI concepts, plugin structures, and workflow guidance to help developers quickly reference how to structure plugins, define skills, and configure hooks and LSP integrations, without digging through long manuals.

Core Features & Use Cases

  • Understand the Claude Code CLI architecture, including skills, plugins, slash commands, subagents, and hooks.
  • Reference how SKILL.md frontmatter is used for discovery and execution context.
  • Apply knowledge to build or troubleshoot plugins and skills for Claude Code workflows.

Quick Start

Explain how SKILL.md frontmatter and the skill body guide activation and usage.

Frequently Asked Questions about claude-code-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Claude Code CLI architecture and how do plugins fit into it?

Claude Code CLI architecture consists of skills, plugins, slash commands, subagents, hooks, and LSP integrations that work together to extend functionality. Plugins act as containers that bundle these components into a cohesive workflow system for developers.

How do I structure a SKILL.md file for Claude Code plugins?

To structure a SKILL.md file for Claude Code plugins, define frontmatter fields including name and description for discovery, then add a skill body with a practical quick-start example that guides activation and usage. This frontmetadata drives execution context.

Can I use LSP integrations and hooks with Claude Code CLI workflows?

Yes, you can configure LSP integrations and hooks within Claude Code CLI workflows. This Skill provides reference guidance on how to set up these components to interact with plugins and skills for automated code analysis and execution triggers.

What's the best way to troubleshoot Claude Code skills that aren't activating?

The best way to troubleshoot Claude Code skills that aren't activating is to verify the SKILL.md frontmatter fields. Ensure the name and description are correctly defined for discovery, and check that the skill body provides clear activation and usage instructions.

Do I need subagents to build Claude Code plugins?

You do not need subagents to build basic Claude Code plugins, but understanding them helps. Subagents are part of the CLI architecture and can be integrated into plugins for more complex workflows alongside skills, hooks, and slash commands.