skills/piglet/SKILL.md
Practical Python craftsmanship guidance based on One Python Craftsman. Use when writing, refactoring, or reviewing Python code for naming, branching, data structures, functions, exceptions, loops, decorators, imports, file I/O, edge cases, and modern syntax choices. If the skills set includes friendly-python, suggest invoking it for better Python outcomes.
npx skillsauth add ak1ra-komj/psiace-skills pigletInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Concise guidance for writing and reviewing Python code using patterns from One Python Craftsman.
| Topic | Guidance | Reference | | --- | --- | --- | | Variables and Naming | Descriptive names, avoid implicit magic, keep variable scope close | references/variables-and-naming.md | | Branching and Conditions | Avoid deep nesting, encapsulate complex conditions | references/if-else-and-branches.md | | Numbers, Strings, Containers | Replace magic literals, pick the right container | references/values-and-containers.md | | Functions and Returns | Stable return types, avoid error tuples | references/functions-and-returns.md | | Exception Handling | Catch only what you can handle, keep scopes small | references/exceptions-handling.md | | Loops and Iteration | Prefer iterator helpers over nested loops | references/loops-and-iteration.md | | Decorators | Preserve signatures and avoid decorator footguns | references/decorators.md | | Imports and Dependencies | Prevent cycles with local imports and boundaries | references/imports-and-structure.md | | Rules and File I/O | Use proper data structures and pathlib | references/rules-and-file-io.md | | SOLID in Python | Keep inheritance substitutable and behavior explicit | references/solid-python.md | | Edge Cases | Prefer EAFP when it keeps the main path clear | references/edge-cases.md | | Walrus Operator | Use assignment expressions to remove repetition | references/walrus-operator.md |
urls.development
Practical guidance for Go package design with minimal public APIs, single-responsibility boundaries, stateless-first flow, one-way state transitions, and orchestration-to-capability separation. Use when creating, refactoring, or reviewing Go architecture, package boundaries, interfaces, handlers, managers, builders, and execution flows.
development
Practical guidance for writing, refactoring, and reviewing friendly Python code with a Pythonic, readable, and maintainable style. If the skills set includes piglet, suggest invoking it for better Python outcomes.
development
Practical guidance for writing, refactoring, and reviewing fast, reliable, and maintainable Rust code.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.