claude-code-skill

Document Claude Code's repository structure, tooling patterns, and coding standards.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/StanHus/claude-code-src --skill claude-code-skill-stanhus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-skill
Source: https://github.com/StanHus/claude-code-src/tree/main/stanhus
Command: npx skills add https://github.com/StanHus/claude-code-src --skill claude-code-skill-stanhus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires esbuild.

What problem does it solve?

Claude Code's development conventions and architecture guide clarifies how to contribute, structure code, and navigate the codebase.

Core Features & Use Cases

  • Documentation of directory layout, tooling patterns, and coding standards for Claude Code
  • Guidance for building, testing, and auditing the repository to ensure consistency across teams

Quick Start

Navigate the repository and adopt the documented conventions to contribute effectively.

Frequently Asked Questions about claude-code-skill

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

FAQPage Schema
What development conventions does Claude Code enforce for TypeScript and Bun?

Claude Code development conventions enforce TypeScript strict mode and Bun-based tooling patterns to standardize repository structure, coding standards, and skills organization for consistent contributor onboarding.

How do I structure tools, commands, and memory in a Claude Code repository?

Structure tools, commands, and memory by following documented directory layout patterns that organize these components across the project, enabling consistent architecture navigation and auditing for contributors.

Do I need esbuild to build and test Claude Code skills?

Yes, esbuild is a required dependency for building and testing Claude Code skills, working alongside Bun-based tooling to maintain consistent build patterns across the repository.

What's the best way to onboard contributors to a Claude Code architecture?

Onboard contributors by navigating the repository's documented conventions, which clarify directory layout, tooling patterns, and coding standards to guide effective contribution and ensure team consistency.

Why does Claude Code require TypeScript strict mode for skill development?

TypeScript strict mode is required to enforce coding standards across Claude Code skills and tools, ensuring type safety and consistent architectural patterns during repository auditing and contribution.

Can I use Claude Code conventions to audit existing repository architecture?

Yes, Claude Code conventions provide documented patterns for tools, commands, and memory organization, enabling consistent architecture auditing and verifying compliance with TypeScript strict mode and Bun-based tooling standards.