From development
Automates Python project tasks: commits, code simplification, PR creation, CI/CD setup, docstring generation, and LaTeX-code synchronization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development:developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Development automation skills for Python projects.
Development automation skills for Python projects.
| Command | Description |
|---|---|
/commit | Create commits with conventional commit messages |
/code-simplify | Remove dead code, eliminate duplication, reduce complexity |
/pr-automation | Create GitHub pull requests with proper descriptions |
/python-cicd | Set up CI/CD with GitHub Actions and pre-commit hooks |
/python-docs | Generate NumPy-style docstrings with type hints |
/latex-sync-setup | Initialize latex-code-sync for paper-code verification |
/latex-sync-annotate | Add @latex decorators to link functions with equations |
/latex-sync-verify | Run verification between paper equations and code |
/audit-my-setup | Configuration health check with tier scoring and paste-ready fixes |
Keep paper equations synchronized with code implementations. See latex-code-sync/SKILL.md for details.
/plugin install development@research-agora
MIT
npx claudepluginhub rpatrik96/research-agora --plugin developmentBootstraps new projects or improves existing ones with best practices for structure, git, documentation, testing, code quality, dependencies, dev workflow, and CI/CD.
Universal project workflow guide that reads the existing codebase, keeps changes small, and explains technical decisions in plain language. Use when starting, modifying, debugging, or deploying software projects.
Provides index of 12 principle skills for Python package creation, review, modernization including project structure, pyproject.toml, testing, CI/CD, docs, releases. Use when selecting skills or starting projects.