Skip to content
BeClaude

claude.me

New
GitHub TrendingDevelopmentby thaiquangquy

Portable Claude Code config: CLAUDE.md, settings, statusline, skills

First seen 6/28/2026

Summary

md file, custom settings, a statusline, and reusable skills.

  • It helps developers maintain consistent Claude Code behavior across projects and environments, reducing setup time and ensuring best practices.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-me.md https://raw.githubusercontent.com/thaiquangquy/claude.me/main/SKILL.md
3
Invoke in Claude Code
/claude-me

Use Cases

Set up a new project with a standardized CLAUDE.md configuration for Claude Code.
Share Claude Code settings and custom skills across multiple development machines.
Quickly restore preferred Claude Code behavior after a fresh install or environment reset.
Enforce team-wide conventions for Claude Code prompts and responses.
Customize the statusline to show relevant project information during coding sessions.
Bundle and distribute a set of reusable skills for common development tasks.

Usage Examples

1

/claude-me init to create a new CLAUDE.md with default settings in the current directory.

2

/claude-me status to display the current statusline configuration and active skills.

3

/claude-me export to package current settings and skills into a portable archive.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude.me?

This skill provides a portable Claude Code configuration that includes a CLAUDE.md file, custom settings, a statusline, and reusable skills. It helps developers maintain consistent Claude Code behavior across projects and environments, reducing setup time and ensuring best practices.

How to install claude.me?

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

What is claude.me best for?

claude.me is a skill categorized under Development. Created by thaiquangquy.

What can I use claude.me for?

claude.me is useful for: Set up a new project with a standardized CLAUDE.md configuration for Claude Code.; Share Claude Code settings and custom skills across multiple development machines.; Quickly restore preferred Claude Code behavior after a fresh install or environment reset.; Enforce team-wide conventions for Claude Code prompts and responses.; Customize the statusline to show relevant project information during coding sessions.; Bundle and distribute a set of reusable skills for common development tasks..