BeClaude

insomniac-skills

New
1GitHub TrendingGeneralby henry-insomniac

Agent 协作文档脚手架:一键初始化项目级 AGENTS.md、Claude 文档与可选 skills,沉淀项目上下文、协作规范和问题修复经验。

First seen 6/11/2026

Summary

md, Claude documentation, and optional skill files.

  • It helps teams standardize project context, collaboration norms, and troubleshooting knowledge, making it easier for Claude to understand and contribute to any codebase.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/insomniac-skills.md

3
Invoke in Claude Code
/insomniac-skills

Use Cases

Initialize a project with a structured AGENTS.md file that defines agent roles and responsibilities.
Generate Claude documentation files to capture project context and coding conventions.
Create a shared knowledge base of common issues and their resolutions for your team.
Quickly bootstrap a new repository with consistent agent collaboration guidelines.
Add optional skill definitions to extend Claude's capabilities for your specific project.
Standardize onboarding for new developers by providing a clear project context document.

Usage Examples

1

/insomniac-skills init --project my-app

2

Set up AGENTS.md and Claude docs for this project with insomniac-skills.

3

Run insomniac-skills to scaffold project context files.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is insomniac-skills?

Insomniac Skills provides a scaffolding tool to quickly set up project-level AGENTS.md, Claude documentation, and optional skill files. It helps teams standardize project context, collaboration norms, and troubleshooting knowledge, making it easier for Claude to understand and contribute to any codebase.

How to install insomniac-skills?

To install insomniac-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/insomniac-skills.md. Finally, /insomniac-skills in Claude Code.

What is insomniac-skills best for?

insomniac-skills is a community categorized under General. It is designed for: agent. Created by henry-insomniac.

What can I use insomniac-skills for?

insomniac-skills is useful for: Initialize a project with a structured AGENTS.md file that defines agent roles and responsibilities.; Generate Claude documentation files to capture project context and coding conventions.; Create a shared knowledge base of common issues and their resolutions for your team.; Quickly bootstrap a new repository with consistent agent collaboration guidelines.; Add optional skill definitions to extend Claude's capabilities for your specific project.; Standardize onboarding for new developers by providing a clear project context document..