All authors
jpoutrin avatar

Claude Skills by jpoutrin

github.com/jpoutrin
115 skillsA× 110B× 1C× 1D× 2F× 11 installs8 views
Atlassian AttachmentsA

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.

documentationpythongo
0
12
Copy AgentA

Copy an agent from Product Forge to user or project level

developmentpythongo
0
12
Copy CommandA

Copy a command from Product Forge to user or project level

documentationbashcode-review
0
12
Copy SkillA

Copy a skill from Product Forge to user or project level

toolspythonbash
0
12
Create AgentA

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.

data-aigobash
0
12
Create CommandA

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.

developmentbashdocker
0
12
Create PluginA

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.

toolsgobash
0
12
Create SkillA

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.

developmentpythongo
0
12
Enable Feedback HooksA

Enable feedback capture hooks for the current project

data-aipythonbash
0
12
Install LspF

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

developmentjavascripttypescript
0
12
Install Playwright McpA

Install Playwright MCP server for browser automation in Claude Code

toolsgobash
0
12
Integrate CommandA

Integrate a user or project command into Product Forge

toolspythonbash
0
12
Mcp SetupA

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.

testing-securitybashsql
0
12
Pattern DetectionA

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

toolspythongo
0
12
Propose Forge ImprovementA

Propose improvements or new components for Product Forge

developmentpythongo
0
12
Propose Project LearningA

Propose additions to project CLAUDE.md based on session learnings

toolspythongo
0
12
Sync FeedbackA

Review and sync captured feedback to Product Forge

developmentpythongo
0
12
Tmux InitD

Set up tmux notification system for Claude Code sessions

toolspythongo
0
12
Fetch Youtube TranscriptA

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

businesspythonbash
0
12
AnsibleA

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

devopsgo
0
12
Aws CloudA

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.

devopsawsterraform
0
12
Create RfcA

Create a new RFC (Request for Comments) technical specification

documentationgobash
0
12
Create Tech SpecA

Create a new Technical Specification for implementation details

data-aigobash
0
12
DbtA

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.

data-aisqltesting
0
12
Dependency AlignmentA

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.

developmenttypescriptpython
0
12
DirenvC

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.

developmentpythonrust
0
12
Gcp CloudA

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

devopsgosql
0
12
List RfcsA

List all RFCs with status, progress, and metadata

documentationgobash
0
12
List Tech SpecsA

List all Technical Specifications with status and metadata

documentationgobash
0
12
Mcp ArchitectureA

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

businesstypescriptpython
0
12
PortmanA

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.

devopsshellbash
0
12
Rfc SpecificationA

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.

documentationgodebugging
0
12
Rfc StatusA

Show RFC details or update RFC status through lifecycle

businessgobash
0
12
SqlmeshA

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.

data-aibashsql
0
12
Tech Spec StatusA

Show Tech Spec details or update status through lifecycle

documentationgobash
0
12
Technical SpecificationA

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.

testing-securitytestingapi
0
12
Typescript Code ReviewA

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

developmenttypescriptreact
0
12
Typescript StyleA

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

developmentjavascripttypescript
0
12
Bl InitA

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

toolsgobash
0
12
Bl RecordA

Record changes as a new commit in git-branchless workflow

toolsgobash
0
12
Bl StackA

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

toolsgobash
0
12
Bl SubmitA

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

toolsgobash
0
12
Bl SyncA

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

toolsgobash
0
12
Bl UndoA

Undo git-branchless operations - recover from mistakes interactively

toolsgobash
0
12
Branchless WorkflowA

Git-branchless stacked diffs workflow patterns and command reference

developmentgobash
0
12
Code ReviewA

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

data-aigobash
0
12
CommitA

Guided git commit with atomic commit analysis and conventional commit format

developmentgobash
0
12
Git CommitsA

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.

developmentgogit
0
12
RebaseA

Rebase local changes on top of remote branch updates

developmentgobash
0
12
Agent ToolsB

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

developmenttypescriptpython
0
12