Help us improve
Share bugs, ideas, or general feedback.
From development
Automates Python project tasks: commits, code simplification, PR creation, CI/CD setup, docstring generation, and LaTeX-code synchronization.
npx claudepluginhub rpatrik96/research-agora --plugin developmentHow 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.
Establishes interaction style, commit conventions, documentation discipline, and skill-trust principles for disciplined agent-assisted development.
Bootstraps new projects or improves existing ones with best practices for structure, git, documentation, testing, code quality, dependencies, dev workflow, and CI/CD.
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.
Share bugs, ideas, or general feedback.
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