Git Commits to Content
Repolore is a collection of Agentic skills that transform your git history into blog posts, tweets, LinkedIn updates, changelogs, and more.
# Install all Repolore skills
curl -fsSL repolore.com/install | bash
# Or install specific skills
curl -fsSL repolore.com/install | bash -s -- blog x linkedinThen in Claude Code:
/load skill repolore-blog
analyze my last 3 commits
| Skill | Description |
|---|---|
repolore-blog |
Long-form technical blog posts (800-1500 words) |
repolore-x |
X/Twitter posts & threads |
repolore-linkedin |
Professional LinkedIn posts |
repolore-reddit |
Discussion-focused Reddit posts |
repolore-changelog |
Keep a Changelog format entries |
repolore-devto |
dev.to articles with frontmatter |
repolore-newsletter |
Email newsletters with subject/preview |
- Load a skill -
/load skill repolore-blog - Point at commits - "analyze my last 3 commits"
- Get content - Review the outline, approve it, receive your content
Create a REPOLORE.md in your repository root for better results:
---
project: MyProject
tone: technical_but_accessible
audience: developers
seo_pillars:
- developer productivity
- open source tools
---
# Project Context
Brief description of what this project does...
# Key Features
- Feature 1
- Feature 2See REPOLORE.md.example for the full template.
Skills install to ~/.claude/skills/ by default:
# All skills
curl -fsSL repolore.com/install | bash
# Specific skills
curl -fsSL repolore.com/install | bash -s -- blog
curl -fsSL repolore.com/install | bash -s -- x
curl -fsSL repolore.com/install | bash -s -- linkedin
# Multiple skills
curl -fsSL repolore.com/install | bash -s -- blog x linkedinAfter installation, load skills in Claude Code:
/load skill repolore-blog
Use the --dir flag to install to a custom directory:
# Install to ~/.config/agents/skills
curl -fsSL repolore.com/install | bash -s -- --dir ~/.config/agents/skills
# Install specific skills to custom directory
curl -fsSL repolore.com/install | bash -s -- --dir ~/.config/agents/skills blog x
# Short form
curl -fsSL repolore.com/install | bash -s -- -d ~/.config/agents/skills blogMake sure your agent system is configured to read from the specified directory.
Visit repolore.com for documentation and examples.
Contributions welcome! Please read our Contributing Guide.
MIT License - see LICENSE file.