CaptainCrouton89CaptainCrouton89Community·20 Agent Skills Included

.claude

Build custom skills, subagents, slash commands, and hooks

Provides ready-made guides for creating skills, subagents, slash commands, output styles, and hooks in Claude Code. Includes a full TypeScript SDK reference, prompting patterns, and workflow protocols for planning, testing, and code review. Eliminates guesswork when extending your coding setup with reusable, discoverable capabilities.
npx skills add CaptainCrouton89/.claude --all -g -y
Available:

Tells the agent where configuration files live, where to store plans and context, and which slash-command workflow sequence to follow for feature work.

All Skills in This Repository (20)

Pure Emerald Level Indicators
📦 In Repo
CaptainCrouton89CaptainCrouton89

Writing Like User

Emulate the user's writing voice and style patterns across content generation tasks.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Railway CLI Management

Automate Railway project deployments and manage services via CLI commands.

Community
Intermediate
📦 In Repo
CaptainCrouton89CaptainCrouton89

Vercel CLI Management

Automate Vercel deployments, environment variables, logs, and cron configuration.

Community
Intermediate
📦 In Repo
CaptainCrouton89CaptainCrouton89

Skills Guide

Create Claude Skills with YAML frontmatter and SKILL.md structure.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Writing Documentation for LLMs

Write documentation for LLMs with progressive disclosure and consistent terminology.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Writing Slash Commands

Create custom slash commands with arguments, frontmatter, and Bash integration.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

TypeScript SDK Reference

Document TypeScript SDK functions, configuration, and MCP server schemas.

Community
Intermediate
📦 In Repo
CaptainCrouton89CaptainCrouton89

Subagent System

Create and manage Claude Code subagents with Markdown and YAML frontmatter.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Subagents Guide

Delegate tasks to specialized subagents with separate contexts and restricted tool access.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Output Styles Guide

Configure persistent output styles for Claude Code system prompts.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Auditing Security

Identify and remediate security vulnerabilities with CVSS scores and OWASP Top 10 mappings.

Community
Basic
📦 In Repo
CaptainCrouton89CaptainCrouton89

Testing Code

Automate software tests to verify functionality against acceptance criteria.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install .claude?

Run `npx skills add CaptainCrouton89/.claude --all -g -y` in your terminal to install all skills in this collection globally.

How do I create a custom skill for Claude Code?

Use the included Skills Guide, which defines the exact SKILL.md frontmatter format, description rules, and folder structure your skill must follow.

What is in this repository?

It is a curated personal Claude Code configuration with guides for skills, subagents, slash commands, output styles, hooks, MCP servers, and a TypeScript SDK reference.

Can I build custom subagents with these skills?

Yes. The subagent guides explain file locations, YAML frontmatter, tool permissions, and how automatic delegation works.

Do I need coding experience to use these skills?

Basic familiarity with Markdown and the terminal helps, but the guides are written as step-by-step references your agent can follow directly.

Related Repositories in Software Engineering

View All in Software Engineering