Claude Goblin — Development skill for Claude Code
Python.
How to install Claude Goblin
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open data-goblin/claude-goblin and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Goblin does
Python.
Alternatives in Development
- MCP Python SDK — Python SDK for building MCP servers 22.3k ★
- Pyright Lsp — Python /plugin install pyright-lsp@claude-plugins-official 14k ★
- Claude Code SDK Python — The official Python SDK for Claude Code 5.6k ★
README
Claude Code Goblin
   
[!WARNING] This project is in active development (pre-1.0.0). Issues are not actively tracked until version 1.0.0 is released. Features may change without notice.
Python command line tool to help with Claude Code utilities and Claude Code usage analytics and long-term tracking.
**Quick Start:** Install with `pip install claude-goblin` and use `ccg --help` for commands or `ccg usage` to start tracking. Below are some examples of outputs that this command line can give you.
[!NOTE] Both `claude-goblin` and `ccg` work interchangeably as command aliases.
Example outputs
**TUI Dashboard:**

**GitHub activity-style heatmap of annual usage:**

[!NOTE] This tool was developed and tested on macOS (Python 3.13). Should work on Linux and Windows but is untested on those platforms.
Features
- Local snapshotting of Claude Code logs for analytics
- Dashboard and stats of usage history
- Project anonymization for sharing screenshots (
--anonflag) - Hook setup to automate data logging or analysis of Claude Code
- Audio notifications for Claude Code completion, permission requests, and conversation compaction
- Text-to-speech (TTS) notifications with customizable hook selection (macOS only)
- Devcontainer setup for safe
--dangerously-skip-permissionsexecution
Installation
From PyPI (recommended)
# Install from PyPI (uv recommended)
uv pip install claude-goblin
# Or with pip
pip install claude-goblin
# Optional: Install export dependencies for PNG/SVG generation
uv pip inst
Related Skills
n8n Code Python
Python coding in n8n Code nodes with limitations
Codex Claude Academic Skills
本仓库包含三个面向学术科研人员的Skills,覆盖从文献阅读、论文写作到科学计算的完整研究工作流。office-academic-skill 负责论文阅读报告与学术 PPT/Word 文档生成;research-writ
Tau
A Python port of Pi’s minimalist coding agent.
Agentic Stack
One brain, many harnesses. Portable .agent/ folder (memory + skills + protocols) that plugs into Claude Code,
Claude Prism
An offline-first scientific writing workspace powered by Claude. LaTeX + Python + 100+ scientific skills all r
License
Check that every Python source file carries the required SPDX Apache-2.0 license header:
Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Ccxt PR Reviewer
End-to-end review of a CCXT pull request. Reads the diff, transpiles and builds in all six languages (TS/JS, P
Python
Python conventions following PEP 8 and modern best practices. - wshobson/agents