python-quality-tooling
π―Skillfrom narumiruna/agent-skills
Automates Python code quality checks by integrating linters, formatters, and static analysis tools to ensure consistent code style and detect potential issues.
Installation
npx skills add https://github.com/narumiruna/agent-skills --skill python-quality-toolingSkill Details
Overview
# Agent Skills
This repo hosts my personal agent skills, packaged so they can be used in Codex or Claude Code.
Available Plugins
python-skills- Skill bundle for modern Python workflows and Peewee ORM patternsslide-skills- Umbrella + focused skills for Marp/Marpit slides (color, authoring, SVG) with fast routinggourmet-research- Evidence-based gourmet research workflow for city dining recommendations
Installation
Claude Code (marketplace)
Add this marketplace:
```shell
/plugin marketplace add narumi/agent-skills
```
Or for local testing:
```shell
/plugin marketplace add ./path/to/agent-skills
```
Install plugins:
```shell
# Install Python development skills (includes project workflow + Peewee ORM)
/plugin install python-skills@narumi
# Install presentation slide creation skills
/plugin install slide-skills@narumi
# Install gourmet research workflow skills
/plugin install gourmet-research@narumi
```
Codex (local skills)
Codex does not support marketplaces. Use one of the following:
Option A: Copy skills directly into ~/.codex/skills/:
```shell
cp -R ./skills/* ~/.codex/skills/
```
Option B: Use stow to create symlinks (recommended for development).
Install stow:
```shell
# Linux (Debian/Ubuntu)
sudo apt update
sudo apt install -y stow
# macOS (using Homebrew)
brew install stow
```
Sync skills into ~/.codex/skills/ using the Makefile:
```shell
make sync
```
Remove the synced skills when finished:
```shell
make clean
```
Documentation
- [CLAUDE.md](CLAUDE.md) - Developer guidance for working with this repository
Learn More
This marketplace demonstrates:
- Multi-skill plugins (python-skills, slide-skills with multiple skills)
- Using
strict: falsefor inline plugin definitions - Organizing skills in
skills/directory - Marketplace validation and testing
- Entry skills for faster routing in multi-skill bundles
More from this repository10
Sets up a Python project with uv for efficient dependency management, virtual environment creation, and package installation.
python-peewee skill from narumiruna/agent-skills
Generates color palettes and design recommendations for Marp/Marpit presentation slides to enhance visual aesthetics and readability.
Generates evidence-based dining recommendations by researching and analyzing local restaurant options in a specific city.
Configures and provides standardized logging utilities and best practices for Python projects, enabling structured and consistent log management across different application contexts.
Creates Mermaid diagrams programmatically, enabling quick generation of flowcharts, sequence diagrams, and other visual representations directly within Claude Code or Codex environments.
Assists in creating and authoring Markdown-based presentation slides using the Marp/Marpit framework with specialized routing and authoring capabilities.
Streamlines Python package management and dependency resolution using the modern `uv` package installer and resolver.
I apologize, but I cannot confidently infer what the "uv-scripts" skill does from the provided README. While the README describes the repository's structure and other skills like "python-skills" an...
Streamlines Python project setup and development workflows by providing modern tooling templates, best practices, and automated configuration for development environments.