Skills

16 skills — copy the install command to get started.

Tags:

16 skills shown

engineering-journey

public

dev

public/dev/docker-patterns

docker-patterns

Applies Dockerfile, Docker Compose, BuildKit, and container security patterns for local development and hardened deployable images. Use when authoring Dockerfiles or compose files, wiring secrets (runtime vs build-time), reproducible bases, PID 1 and healthchecks, volumes and networking, supply-chain hygiene, or troubleshooting compose stacks.

  • common
  • docker
  • devops
npx -y --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873 ifs-ai-skills@0.5.3 add public/dev/docker-patterns

public/dev/python-patterns

python-patterns

Applies Python idioms, PEP 8 norms, typing, packaging, concurrency, tooling, and performance discipline to everyday Python code. Use when writing, reviewing, refactoring, or packaging Python; when the user names type hints, dataclasses, pytest, ruff/black/mypy, asyncio, concurrency, EAFP vs LBYL, or Python idioms; or asks for a Python-specific code-quality pass.

  • common
  • python
  • dev
npx -y --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873 ifs-ai-skills@0.5.3 add public/dev/python-patterns

public/dev/review

review

Reviews changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (whether the code follows this repo's documented coding standards) and Spec (whether the code matches what the originating issue or PRD asked for). Runs both reviews in parallel Cursor Task invocations and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

  • common
  • code-review
  • dev
npx -y --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873 ifs-ai-skills@0.5.3 add public/dev/review