claude.me
NewPortable Claude Code config: CLAUDE.md, settings, statusline, skills
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claude-me.md https://raw.githubusercontent.com/thaiquangquy/claude.me/main/SKILL.md/claude-meUse Cases
Usage Examples
/claude-me init to create a new CLAUDE.md with default settings in the current directory.
/claude-me status to display the current statusline configuration and active skills.
/claude-me export to package current settings and skills into a portable archive.
Security Audits
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..