Back to Portfolio
PKG PyPI & Open Source

My Python Projects

All these projects are published on PyPI , but I have other repositories on GitHub .

Autonomous tools and capabilities built for agent workflow ecosystems. Focused on productivity and/or security.

πŸ”’

Secure Python package publishing

Secure PyPI Publish Skill

A complete skill for publishing Python packages to PyPI securely using GitHub Actions and Trusted Publishers (OIDC).

npx skills add marcbadiam/secure-pypi-publish Copy
Python PyPI GitHub Actions OIDC Security
v1.0 View External
πŸ› οΈ

Agent skill generator

Skill Creator

Generates new agent skills with proper structure, frontmatter, and bundled resources. Use when asked to create, build, or generate a new skill, or when automating skill creation workflows.

npx skills add marcbadiam/skill-creator Copy
Agent Skills Automation Code Generation CLI
v1.0 View External
πŸ”

Restrictive AWS policies

IAM Least Privilege Refiner

Analyzes backend code to generate the most restrictive AWS IAM policies possible. Detects SDK method calls, maps them to exact IAM actions, extracts resource identifiers, and outputs both JSON and Terraform policy formats.

npx skills add marcbadiam/iam-least-privilege-refiner Copy
AWS IAM Security Terraform Python Node.js
v1.0 View External
βœ…

Pre-commit validation

Git Check

Comprehensive git workflow that validates changes before commit. Performs linting, type checking, testing, and secret scanning before allowing commits. Auto-generates commit messages from diffs and confirms before pushing.

npx skills add marcbadiam/git-check Copy
Git CI/CD Linting Testing Security
v1.0 View External