ulpi-io

ulpi-io/skills

60 resources in this repository

GitHub
🎯60
1

🎯Skills60

🎯frontend-design-ui-ux🎯Skill

A UX/UI design specification skill that produces implementation-ready specs including user flows, component briefs, design tokens, accessibility constraints, and handoff guidance for frontend engineering agents.

frontend-design-ui-ux
🎯cost-estimate🎯Skill

An AI agent skill that estimates the development cost of a codebase, branch diff, or single commit by combining repo metrics, category-based productivity rates, organizational overhead, and optional Claude ROI analysis using helper scripts for LOC counting, git session analysis, and cost calculation.

cost-estimate
🎯browse🎯Skill

A fast browser and native app automation skill for AI coding agents, providing persistent headless Chromium for web tasks and accessibility-API-based automation for Android, iOS, and macOS apps β€” supporting URL navigation, element interaction, form filling, JavaScript execution, and screenshots at ~100ms per command.

browse
🎯laravel-filament🎯Skill

Filament v5 admin panel reference skill covering resources, forms, tables, actions, filters, relation managers, widgets, panels, and testing patterns with v5 namespace and API conventions.

laravel-filament
🎯git-merge-expert🎯Skill

A safe git merge workflow skill that handles branch merges, PR merges, conflict resolution, validation, rollback, and branch cleanup, with built-in readiness checks and worktree isolation for risky merges.

git-merge-expert
🎯map-project🎯Skill

Scans the codebase and updates project memory files such as CLAUDE.md and imported reference docs with real project-specific routes, exports, flows, and implementation guidance.

map-project
🎯find-bugs🎯Skill

A bug-finding skill that reviews branch diffs for real bugs and security issues, verifies each finding against surrounding code context, and produces a prioritized report of confirmed defects and vulnerabilities.

find-bugs
🎯plan-founder-review🎯Skill

A skill that reviews implementation plans before execution, verifying markdown/JSON consistency, challenging scope and architecture, checking file paths against the codebase, auditing risk and test gaps, and delivering APPROVE/REVISE/REJECT verdicts. Runs as a forked review workflow with separate reasoning budget.

plan-founder-review
🎯code-simplify🎯Skill

A skill that simplifies existing code without changing behavior by flattening nesting, extracting readable helpers, removing dead code, consolidating duplication, and improving naming, with built-in baseline verification to ensure correctness.

code-simplify
🎯bugfix🎯Skill

A structured bugfix skill that enforces a reproduce-diagnose-fix-verify loop with framework-specific references and category-based playbooks, supporting 15+ frameworks (React, Next.js, Express, Go, Rust, Laravel, etc.) to fix confirmed defects with minimal, root-cause-targeted changes.

bugfix
🎯plan-to-task-list-with-dag🎯Skill

Creates safe implementation plans as both Markdown and JSON DAG artifacts. Challenges scope with the user, explores real code before decomposing, then emits atomic TASK entries with explicit dependencies, write scope, validation, and assigned agents.

plan-to-task-list-with-dag
🎯update-claude-learnings🎯Skill

A maintenance skill that extracts validated learnings about Claude Code behavior from the current session and persists them to the project's CLAUDE.md memory file for future reference.

update-claude-learnings
🎯update-agent-learnings🎯Skill

Extracts validated learnings from the current session, stores them in a central agent learnings file, and syncs the resulting Learnings section into agent definitions used by supported CLIs.

update-agent-learnings
🎯codemap🎯Skill

Provides architecture-aware code analysis using the codemap CLI, including semantic search, symbol lookup, dependency tracing, file summaries, importance ranking, coupling metrics, and circular dependency detection.

codemap
🎯commit🎯Skill

A git workflow skill that creates commits from the current working tree by reading diffs, scanning for obvious blockers, running relevant checks, staging explicit files, and verifying the result.

commit
🎯update-skill-learnings🎯Skill

A maintenance skill that extracts validated learnings about skill design patterns and quality from the current session, persisting them to a central skill learnings file for ongoing improvement.

update-skill-learnings
🎯branch-review-before-pr🎯Skill

Pre-landing diff review against the default branch that catches structural defects tests often miss: unsafe queries, race conditions, trust-boundary mistakes, conditional side effects, and similar branch risks.

branch-review-before-pr
🎯git-merge-expert-worktree🎯Skill

Performs git merge operations in isolated worktrees for safe conflict resolution and validation, with proper worktree lifecycle management including creation, merge execution, result validation, and cleanup.

git-merge-expert-worktree
🎯map-project-monorepo🎯Skill

Maintenance skill that scans a Cargo workspace or package monorepo and refreshes per-member CLAUDE.md files plus a root CLAUDE.md. Keeps workspace-local AI context accurate after refactors, member additions, or architectural changes.

map-project-monorepo
🎯create-pr🎯Skill

A GitHub pull request creation skill that validates branch readiness, reads the real diff, drafts a precise title and body, pushes the branch, and verifies the created PR with built-in guardrails against protected branches and conflict markers.

create-pr
🎯start🎯Skill

An internal conversation-entry router skill for Claude Code that performs lightweight intake at the start of tasks, deciding whether a more specific skill should be invoked, whether agent delegation is needed, and how much context is required.

start
🎯pr-retro🎯Skill

Analyzes the current feature branch against its base branch, computes branch-health metrics, scans for common pre-PR issues, and delivers a merge-readiness verdict with an optional JSON snapshot.

pr-retro
🎯kiro-review🎯Skill

A skill that runs the Kiro CLI as an independent code reviewer over a branch, specific commit, or uncommitted changes. It builds a focused prompt from the actual diff and returns a structured review summary with targeted findings.

kiro-review
🎯run-parallel-agents-feature-debug🎯Skill

A Claude Code skill that orchestrates multiple debugging agents in parallel when there are 3 or more independent failures with disjoint root causes, using isolated worktrees and background execution.

run-parallel-agents-feature-debug
🎯ast-grep🎯Skill

Performs structural code search using AST patterns via the ast-grep CLI, useful when grep or ripgrep cannot reliably express syntax-based queries like finding async functions without try/catch.

ast-grep
🎯find-agents🎯Skill

A skill for discovering, installing, listing, removing, updating, and scaffolding AI agents using the agentshq CLI, supporting multiple coding CLIs and IDEs with both project-level and global scope management.

find-agents
🎯secrets🎯Skill

A skill that manages encrypted local credentials for agent tooling through a secrets CLI, supporting operations like adding, rotating, listing, enabling, and disabling service integrations without exposing secret values in agent output.

secrets
🎯claude-review🎯Skill

A skill that launches an isolated Claude reviewer for the current branch, a specific commit, or uncommitted changes. Uses worktree isolation to provide a read-only view of the code and returns actionable findings without modifying any files.

claude-review
🎯run-parallel-agents-feature-build🎯Skill

A skill that orchestrates multiple code-writing agents in parallel when the work contains three or more independent build tasks, verifying independence before launching and using isolated worktrees to prevent file conflicts.

run-parallel-agents-feature-build
🎯nodejs🎯Skill

A Node.js and Bun backend reference skill that enforces TypeScript-first conventions including structured error handling with pino logging, Zod validation, async patterns, HTTP server setup, database access, auth, queues, caching, testing, and observability.

nodejs
🎯codex-review🎯Skill

A skill that runs OpenAI Codex CLI as an independent code reviewer over the current branch, a specific commit, or uncommitted changes, building focused review instructions from the real diff and returning a compact, structured review summary.

codex-review
🎯update-claude-settings🎯Skill

A comprehensive skill collection for AI coding agents featuring headless browser automation, stealth browsing, SEO/AEO/GEO audits, code search with architecture analysis, task DAG planning, and bug-fixing workflows.

update-claude-settings
🎯laravel🎯Skill

A Laravel backend reference skill that enforces thin controllers, Form Request validation, Action-driven business logic, API Resources, strict Eloquent mode, and proper queue and caching patterns.

laravel
🎯browse-qa🎯Skill

A QA skill that tests web or app features from tickets, URLs, or acceptance criteria, executing scenarios through browser interaction, capturing evidence, and generating reusable regression flows with structured QA reports.

browse-qa
🎯build-dmg🎯Skill

A skill that automates building distributable DMG files for macOS Xcode projects, handling code signing, provisioning, and export options through a helper script.

build-dmg
🎯lokei🎯Skill

A skill for running local web and app development behind named HTTPS .test domains using lokei, with support for tunnel sharing, framework-aware dev-server startup, and Docker Compose HTTPS orchestration.

lokei
🎯rust🎯Skill

A Rust systems-programming reference skill that provides conventions for storage engines, binary formats, Arrow/DataFusion, vector search, async concurrency with tokio, and strict unsafe discipline with per-crate error types.

rust
🎯nextjs🎯Skill

A Next.js App Router reference skill that routes tasks through project-specific conventions for pages, layouts, server actions, metadata, i18n, caching, accessibility, analytics, and testing, using progressive reference loading from a stack contract.

nextjs
🎯nestjs🎯Skill

A NestJS reference skill providing comprehensive guidance on modules, controllers, providers, DTOs with class-validator, TypeORM/Prisma integration, guards, interceptors, pipes, BullMQ queues, WebSockets, microservices, testing, and OpenAPI documentation.

nestjs
🎯normalize-skill-for-claude🎯Skill

Converts local agent skills into a Claude Code optimized shape. Audits a SKILL.md against Claude Code runtime behavior, creates a DAG rewrite plan with source-backed guardrails, and optionally rewrites frontmatter and body for better routing and smaller prompt footprint.

normalize-skill-for-claude
🎯normalize-agent-for-claude🎯Skill

Converts local AGENT.md files into Claude Code optimized agents by auditing them against Claude Code runtime behavior and creating a per-agent DAG rewrite plan. Optionally rewrites frontmatter and system-prompt body so the agent is thinner, more role-specific, and better aligned with Claude's agent runtime.

normalize-agent-for-claude
🎯browse-stealth🎯Skill

Stealth web browsing skill for AI agents using the camoufox anti-detection Firefox runtime to bypass bot protections like Cloudflare Turnstile, DataDome, and PerimeterX. Supports named profiles, authenticated sessions, and proxy rotation.

browse-stealth
🎯bugfix-crate🎯Skill

A Claude Code skill for disciplined Rust crate bug fixing that enforces a red-green-refactor loop: write a failing test first, apply the minimal fix, then verify with cargo test and clippy after each change.

bugfix-crate
🎯review-crate🎯Skill

A deep-review skill for Rust crates that reads every file in a target crate, runs its test suite, and writes verified findings with exact file:line evidence to a canonical issue file. It runs as a forked analysis workflow with separate reasoning budget to ensure thorough, grounded auditing.

review-crate
🎯docker🎯Skill

A Docker and container infrastructure skill covering Dockerfiles, multi-stage builds, Compose, networking, volumes, health checks, registries, BuildKit, security hardening, and CI/CD integration.

docker
🎯create-tests-extract🎯Skill

A skill that extracts large inline test modules into adjacent test files while preserving visibility, helper access, and coverage shape, keeping production files clean without weakening tests.

create-tests-extract
🎯browse-geo🎯Skill

A Generative Engine Optimization (GEO) monitoring skill that tracks brand and domain visibility across AI-powered search engines including Google AI Overviews, Perplexity, and ChatGPT Search, generating cross-engine visibility reports.

browse-geo
🎯browse-aeo🎯Skill

A Claude Code skill for Answer Engine Optimization (AEO) auditing and SERP analysis. Evaluates pages for AEO readiness by checking structured data, FAQ patterns, heading hierarchy, and meta quality, and analyzes how queries appear in AI-powered search results from Google AI Overviews, Perplexity, and ChatGPT Search.

browse-aeo
🎯browse-seo🎯Skill

An SEO auditing skill for AI agents that uses the browse CLI to extract meta tags, headings, structured data, performance metrics, and link structure, generating actionable audit reports with recommendations.

browse-seo
🎯browse-config🎯Skill

A guided configuration generator for the browse CLI's camoufox integration, offering preset profiles for stealth browsing, fast scraping, Google-safe searches, and custom setups. Walks users through anti-detection settings including GeoIP, fingerprinting, and WebRTC/WebGL blocking.

browse-config
🎯ship-playbook🎯Skill

Skill

ship-playbook
🎯go-live-audit🎯Skill

Skill

go-live-audit
🎯hand-over-to-kiro🎯Skill

Skill

hand-over-to-kiro
🎯launch-hacker-news🎯Skill

Skill

launch-hacker-news
🎯launch-analytics🎯Skill

Skill

launch-analytics
🎯launch-outreach🎯Skill

Skill

launch-outreach
🎯launch-product-hunt🎯Skill

Skill

launch-product-hunt
🎯launch-copy🎯Skill

Skill

launch-copy
🎯launch-x🎯Skill

Skill

launch-x
🎯launch-linkedin🎯Skill

Skill

launch-linkedin