BeClaude

helpline

New
GitHub TrendingGeneralby coleam00

Demonstration codebase for building the AI Layer (CLAUDE.md hierarchy, hooks, skills, LSP, MCP, plugin) — companion repo for the 'How Claude Code works in large codebases' video.

First seen 5/22/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/helpline.md https://raw.githubusercontent.com/coleam00/helpline/main/SKILL.md
3
Invoke in Claude Code
/helpline
View source on GitHub
mcppluginlsp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is helpline?

Demonstration codebase for building the AI Layer (CLAUDE.md hierarchy, hooks, skills, LSP, MCP, plugin) — companion repo for the 'How Claude Code works in large codebases' video.

How to install helpline?

To install helpline: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/helpline.md https://raw.githubusercontent.com/coleam00/helpline/main/SKILL.md. Finally, /helpline in Claude Code.

What is helpline best for?

helpline is a skill categorized under General. It is designed for: mcp, plugin, lsp. Created by coleam00.