gandalf-the-greybeard[bot] a5ffe58735 Fix 77 markdown lint errors across agent skill docs
Add .markdownlint-cli2.jsonc to suppress MD013 (line-length) and MD041
(first-line-heading) which are inappropriate for agent skill files with
YAML frontmatter and code examples.

Fix genuine structural issues in all affected files:
- Add blank lines around headings (MD022)
- Add blank lines around fenced code blocks (MD031)
- Add blank lines around lists (MD032)
- Add language specifiers to bare code fences (MD040)

Resolves: PRI-93

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 01:14:26 +00:00
2026-03-09 10:21:43 +00:00

Headlamp Agent Skills

A collection of Claude Code agent skills for developing Headlamp Kubernetes dashboard plugins.

Available Skills

headlamp-plugin-developer

A senior Headlamp plugin engineer agent that covers:

  • Plugin registration APIs (registerRoute, registerSidebarEntry, registerDetailsViewSection, etc.)
  • CommonComponents usage (SectionBox, SimpleTable, NameValueTable, StatusLabel, etc.)
  • K8s module and KubeObject patterns
  • CRD class definitions
  • ApiProxy usage and service proxy URLs
  • Theming and dark mode with CSS variables
  • Testing mocks for Headlamp APIs
  • Code quality conventions (TypeScript strict mode, functional components, accessibility)

Installation

Copy the desired agent skill(s) from .claude/agents/ into your project's .claude/agents/ directory:

cp .claude/agents/headlamp-plugin-developer.md /path/to/your-headlamp-plugin/.claude/agents/

Usage

Once installed in your Headlamp plugin project, Claude Code will automatically use the agent when building, extending, debugging, or reviewing Headlamp plugins.

Contributing

Contributions are welcome! To improve an existing skill or add a new one:

  1. Edit or create a markdown file in .claude/agents/
  2. Follow the existing format (YAML frontmatter + detailed reference sections)
  3. Test the skill against a real Headlamp plugin project
  4. Submit a pull request
S
Description
Shared Headlamp agent skills and utilities for Privileged Escalation
Readme Apache-2.0 161 KiB
Languages
Markdown 100%