Find the perfect skill
LaTeX Environment Setup
Development
Sets up a complete LaTeX environment on macOS using MacTeX, Skim PDF viewer, and SyncTeX. Ideal for initial installation on a new machine or troubleshooting missing LaTeX packages.
Azure Landing Zone Architect
Security
Design or review Azure landing zones with an operator-grade focus on structure, dependencies, and blast radius.
Great-Tables Code Review
Development
Reviews pull requests on the great-tables repository by applying project-specific coding standards from .claude/skills/code-standards/ and auditing programming patterns. It uses two additional Opus agents to enforce standards and flag unusual patterns, with adjusted scoring for project-specific issues. Results are printed to console instead of posted as a PR comment, allowing user evaluation first.
Open ETH Terminal Agent
Development
An agent that helps users create and run terminal scripts for the open-eth-terminal application, a CLI for Ethereum Financial Markets.
Tile Creator
Development
Scaffold, implement, test, and deploy a new Poe tile from a prompt.
Abstract SVG Illustrations for Positron
Content
Create or update abstract SVG illustrations for Positron IDE documentation, walkthroughs, and feature previews.
Work on Technical Project Plan
Development
Guides the user through the phases of a Technical Project Plan (TPP): research, design, implementation, review. It automatically reads necessary documentation, updates the TPP, and verifies completion. Best used when starting or continuing work on a defined project plan.
Add SharePoint Connector
Development
Adds SharePoint Online connector to a Power Apps code app. Use for reading lists, managing documents, and creating new SharePoint lists.
Pull Request Review
Development
Performs comprehensive code review on pull requests. Analyzes changes for security, logic, performance, and style issues, providing structured feedback with severity levels. Useful for catching bugs and improving code quality before merging.
OSF Workflow Integrator
Productivity
Integrates with Open Science Framework (OSF) to manage projects, preregistrations, and open science workflows. Helps streamline compliance with open science practices by automating project creation, material uploads, and DOI generation.
Turborepo Workflow
Development
Root scripts are Turborepo-driven (dev, build, lint, check-types). Always define tasks in turbo.json with minimal inputs/outputs and correct dependencies for reliable caching. Helps when adding or modifying tasks, optimizing builds/dev, or troubleshooting task pipelines.
Commit Message Summarizer
Development
This skill automates pre-commit tasks: it runs linters, fixes formatting, summarizes changed files, and generates a concise commit message. It then asks the user for approval before committing with sign-off.