jpoutrin

jpoutrin

@jpoutrin

GitHub
50 Skills
644 Total Stars
February 2026 Joined

Public Skills

tmux-init

by jpoutrin

Set up tmux notification system for Claude Code sessions

CLI Tools 13 3mo ago

fetch-youtube-transcript

by jpoutrin

Download YouTube video transcripts as readable text files. Use when extracting transcripts from videos for analysis, documentation, or content review.

CLI Tools 13 3mo ago

copy-agent

by jpoutrin

Copy an agent from Product Forge to user or project level

Agents 13 3mo ago

install-lsp

by jpoutrin

Install and configure LSP (Language Server Protocol) for Claude Code to enable go-to-definition, find-references, and real-time diagnostics

File Ops 13 3mo ago

copy-command

by jpoutrin

Copy a command from Product Forge to user or project level

CLI Tools 13 3mo ago

install-playwright-mcp

by jpoutrin

Install Playwright MCP server for browser automation in Claude Code

CLI Tools 13 3mo ago

create-rfc

by jpoutrin

Create a new RFC (Request for Comments) technical specification

Code Gen 13 3mo ago

create-agent

by jpoutrin

Create a new Claude Code agent with proper YAML frontmatter structure. Use when the user wants to add a specialized agent to a plugin. Handles agent file creation with name, description, tools, model selection, and color configuration.

Agents 13 3mo ago

propose-project-learning

by jpoutrin

Propose additions to project CLAUDE.md based on session learnings

CLI Tools 13 3mo ago

create-command

by jpoutrin

Create a new Claude Code slash command with proper YAML frontmatter structure. Use when the user wants to add a custom slash command to a plugin. Handles command file creation with description, argument hints, allowed tools, and all advanced features.

CLI Tools 13 3mo ago

integrate-command

by jpoutrin

Integrate a user or project command into Product Forge

CLI Tools 13 3mo ago

create-tech-spec

by jpoutrin

Create a new Technical Specification for implementation details

Code Gen 13 3mo ago

direnv

by jpoutrin

Direnv environment management for automatic per-project shell configuration. Use when setting up .envrc files, configuring project-specific environment variables, or integrating direnv with development tools like nix, asdf, pyenv, or nvm.

CLI Tools 13 3mo ago

ansible

by jpoutrin

Ansible automation and configuration management patterns. Use when writing Ansible playbooks, roles, or automating infrastructure configuration and deployment tasks.

Code Gen 13 3mo ago

create-skill

by jpoutrin

Create a new Claude Code agent skill with proper folder structure and SKILL.md format. Use when the user wants to add a model-invoked skill that Claude uses autonomously based on context. Handles skill folder creation with SKILL.md and optional reference files.

API Dev 13 3mo ago

enable-feedback-hooks

by jpoutrin

Enable feedback capture hooks for the current project

CLI Tools 13 3mo ago

sync-feedback

by jpoutrin

Review and sync captured feedback to Product Forge

CLI Tools 13 3mo ago

list-tech-specs

by jpoutrin

List all Technical Specifications with status and metadata

Processing 13 3mo ago

portman

by jpoutrin

Port management for local development with git worktrees. Use when setting up local development environments, booking ports for services to avoid collisions between parallel worktrees, or configuring docker-compose with dynamic ports.

CLI Tools 13 3mo ago

tech-spec-status

by jpoutrin

Show Tech Spec details or update status through lifecycle

Animation 13 3mo ago

dbt

by jpoutrin

dbt (data build tool) patterns for data transformation and analytics engineering. Use when building data models, implementing data quality tests, or managing data transformation pipelines.

Processing 13 3mo ago

bl-stack

by jpoutrin

Manage git-branchless commit stacks - view, navigate, and edit commits

Agents 13 3mo ago

gcp-cloud

by jpoutrin

Google Cloud Platform infrastructure patterns and best practices. Use when designing or implementing GCP solutions including Compute Engine, Cloud Functions, Cloud Storage, and BigQuery.

Cloud 13 3mo ago

rfc-status

by jpoutrin

Show RFC details or update RFC status through lifecycle

Code Review 13 3mo ago

aws-cloud

by jpoutrin

AWS cloud infrastructure patterns and best practices. Use when designing or implementing AWS solutions including EC2, Lambda, S3, RDS, and infrastructure as code with Terraform or CloudFormation.

Cloud 13 3mo ago

pattern-detection

by jpoutrin

Auto-detects reusable patterns, best practices, and automation opportunities during implementation. Recognizes repetitive structures and generalizable solutions that could become skills.

Code Gen 13 3mo ago

branchless-workflow

by jpoutrin

Git-branchless stacked diffs workflow patterns and command reference

CLI Tools 13 3mo ago

propose-forge-improvement

by jpoutrin

Propose improvements or new components for Product Forge

CLI Tools 13 3mo ago

dependency-alignment

by jpoutrin

Dependency version alignment and conflict resolution for parallel development. Use when extracting dependencies from Tech Specs to ensure version compatibility with existing project dependencies and transitive dependencies.

Code Review 13 3mo ago

bl-init

by jpoutrin

Initialize git-branchless in the current repository from the current branch

Agents 13 3mo ago

technical-specification

by jpoutrin

Technical specification writing for implementation details. Use when documenting how to build a solution (post-decision), API contracts, schemas, and system design. Complements RFC skill which handles decision-making.

API Dev 13 3mo ago

rfc-specification

by jpoutrin

RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.

Code Gen 13 3mo ago

code-review

by jpoutrin

Review code changes between commits for security, logic, performance, and style issues

Code Review 13 3mo ago

list-rfcs

by jpoutrin

List all RFCs with status, progress, and metadata

Code Review 13 3mo ago

bl-record

by jpoutrin

Record changes as a new commit in git-branchless workflow

Code Gen 13 3mo ago

commit

by jpoutrin

Guided git commit with atomic commit analysis and conventional commit format

Auth 13 3mo ago

bl-undo

by jpoutrin

Undo git-branchless operations - recover from mistakes interactively

Agents 13 3mo ago

rebase

by jpoutrin

Rebase local changes on top of remote branch updates

Automation 13 3mo ago

agent-tools

by jpoutrin

Reference for configuring tool permissions when launching Claude Code agents. Use when setting up --allowedTools flags, restricting file access, or configuring agent permissions.

CLI Tools 13 3mo ago

typescript-style

by jpoutrin

TypeScript coding style enforcement (ESLint, type safety, React patterns). Auto-loads when writing or reviewing TypeScript/JavaScript code.

Linting 13 4mo ago

mcp-architecture

by jpoutrin

MCP architecture patterns, security, and memory management. Auto-loads when building MCP servers, implementing tools/resources, discussing MCP security, or working with FastMCP.

Caching 13 4mo ago

atlassian-attachments

by jpoutrin

Attach documents, screenshots, PDFs, and files to Jira issues and Confluence pages via REST API. Use when uploading evidence, documentation, or media to Atlassian products.

API Dev 13 6mo ago

create-plugin

by jpoutrin

Create a new Claude Code plugin with proper directory structure and manifest. Use when the user wants to create a new plugin from scratch. Sets up plugin.json, directory structure, and optional components.

Code Gen 13 6mo ago

mcp-setup

by jpoutrin

Set up and configure MCP (Model Context Protocol) servers with Claude Code. Use when the user wants to connect Claude Code to external tools, databases, APIs, or services via MCP. Handles HTTP, SSE, and stdio server configurations with proper authentication.

API Dev 13 6mo ago

copy-skill

by jpoutrin

Copy a skill from Product Forge to user or project level

File Ops 12 3mo ago

typescript-code-review

by jpoutrin

TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.

Processing 12 3mo ago

bl-submit

by jpoutrin

Submit git-branchless stack as PRs - create branches and push to remote

Code Review 12 3mo ago

bl-sync

by jpoutrin

Sync git-branchless stack with main branch - fetch, rebase, and handle merges

Code Review 12 3mo ago

git-commits

by jpoutrin

Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ensure clear, meaningful commit history with proper type prefixes and semantic versioning support.

API Dev 12 3mo ago

sqlmesh

by jpoutrin

SQLMesh patterns for data transformation with column-level lineage and virtual environments. Use when building data pipelines that need advanced features like automatic DAG inference and efficient incremental processing.

Processing 12 3mo ago