standards-python
This skill provides Python coding standards and is automatically loaded for Python projects. It includes naming conventions, best practices, and recommended tooling.
pinned to #7e8cc42updated 2 weeks ago
Ask your AI client: “install skills/standards-python”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/standards-pythonmetahub onboarded this repo on the author's behalf.
If you own github.com/b33eep/claude-code-setup on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
57
Last commit
2 weeks ago
Latest release
published
- #ai
- #ai-agents
- #anthropic
- #claude
- #claude-code
- #claude-code-plugin
- #claude-skills
- #developer-tools
- #mcp
- #productivity
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7e8cc42· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at skills/standards-python/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
725 words · 5,478 chars · 11 sections · 6 code blocks
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent7e8cc42warn2 weeks ago
Contents
Claude Code Setup
+ _____ _ _ _____ _
+ / ____| | | | / ____| | |
+ | | | | __ _ _ _ __| | ___ | | ___ __| | ___
+ | | | |/ _` | | | |/ _` |/ _ \| | / _ \ / _` |/ _ \
+ | |____| | (_| | |_| | (_| | __/| |___| (_) | (_| | __/
+ \_____|_|\____|\_____|\____|\___|\_____\___/ \____|\___|
- Setup
Persistent memory for Claude Code via Markdown files.
📖 Read the Documentation for detailed guides, tutorials, and reference.
The Problem
Claude Code has a context limit. When it fills up:
- Auto-Compact loses details and decisions
- /clear starts from zero
The Solution
| Problem | Solution |
|---|---|
| Context loss | Two CLAUDE.md files as external memory |
| "Where was I?" | /catchup shows changes and next steps |
| Lost decisions | Records preserve reasoning |
| Inconsistent code | Coding standards auto-load per tech stack |
Quick Start
1. Install
bash <(curl -fsSL https://raw.githubusercontent.com/b33eep/claude-code-setup/main/quick-install.sh)
2. Disable Auto-Compact
Claude Code Settings → Cmd+, / Ctrl+, → Set Auto-compact: false
3. Use
/init-project # Set up your project
/catchup # Start each session
/wrapup # End each session
/clear # Clear context
Features
Commands
| Command | Description |
|---|---|
/init-project | Set up new project |
/catchup | Resume after /clear |
/wrapup | Save status before /clear |
/todo | Manage todos |
/design | Structured feature design |
/do-review | Code review via comprehensive-review |
/with-advisor | Expert pair programming via Agent Teams |
/delegate | Independent parallel work via Agent Teams |
/add-custom | Add custom modules |
/claude-code-setup | Update and manage modules |
Skills (Auto-Loading)
| Skill | Tech Stack |
|---|---|
| Gradle | gradle |
| Java | java, maven, gradle, spring, junit |
| JavaScript | javascript, nodejs, express |
| Kotlin | kotlin, gradle, maven, kotlinx-coroutines |
| Python | python, fastapi, django, flask |
| Shell | bash, sh, zsh |
| TypeScript | typescript, react, nextjs, vue |
Tool Skills
| Skill | Description |
|---|---|
| YouTube Transcript | Download transcripts with frame extraction |
| Slidev Presentations | Create Markdown slide decks |
| Skill Creator | Create custom skills |
| User Stories | INVEST-compliant stories with Given-When-Then AC |
MCP Servers
| Server | Description |
|---|---|
| pdf-reader | Read and analyze PDFs |
| brave-search | Web search |
| google-search | Google Custom Search |
External Plugins
Install Claude plugins via the installer:
| Plugin | Description |
|---|---|
| document-skills | Excel, Word, PowerPoint, PDF creation/editing |
| comprehensive-review | AI-powered code review with architecture, quality, and security agents (recommended) |
Documentation
📖 b33eep.github.io/claude-code-setup
Contributing
See CONTRIBUTING.md and CODE_OF_CONDUCT.md.
Acknowledgments
- ccstatusline by sirmalloc
- claude-skill-eval by AJBcoding
Contributors
License
MIT - See LICENSE.
Reviews
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
orchestration-patterns
>
migration-patterns
>
mh install skills/standards-python