Find the perfect skill
Clinical Notes Search with Trioexplorer
Data & AI
Search and explore patient clinical notes using Trioexplorer CLI. Support keyword, semantic, and hybrid search types with cohort filtering capabilities.
Agent Builder and Validator
Development
Create, validate, or audit agent Markdown definitions. This skill scaffolds agent files with proper frontmatter and PascalCase naming, and checks existing agents against forge conventions. Use when building a new agent or ensuring consistency across a collection of agents.
Git PR Workflows Onboarding
Productivity
This skill manages onboarding for new team members specifically around Git and Pull Request workflows, from pre-arrival setup through first 90 days. It creates customized plans covering access configuration, repo orientation, and code review best practices. Use it when ramping up developers unfamiliar with your PR processes.
Adding a Frontend Page in Yew
Development
Step-by-step guide for adding a new page to the Lightfriend Yew frontend. Covers creating the page component, adding a route variant and handler, declaring the module in the inline mod block (no mod.rs), and optionally adding a navigation link. Helps when you need to extend the UI with a new view.
Add Background Music to Videos
Content
Adds background music to videos using royalty-free sources like Pixabay Music. Provides FFmpeg commands for mixing audio, adjusting volume levels, and adding fade-in/out effects. Useful when you need to enhance a video with background music while keeping voiceover clear.
Inngest - Serverless Event-Driven Workflow Orchestration
Development
Guidelines for using Inngest to build serverless, event-driven workflows with durable execution. Covers best practices for step functions, event schemas, error handling, and efficient orchestration. Helpful when developing background jobs, AI workflows, or any stateful processes that need to survive failures.
Fast Refactoring with MorphLLM
Development
Enables fast, semantic code refactoring across multiple files using MorphLLM's edit_file tool. Excels at large-scale changes like batch renaming, pattern updates, and structural refactoring in files over 500 lines or with 5+ edits, leveraging 10,500+ tokens/sec speed and 98% merge accuracy.
Next.js API Endpoint Generator
Development
Creates Next.js API routes using Prisma and Neon PostgreSQL, including CRUD endpoints for products, sales, expenses, and stock movements. Includes JWT authentication and handles offline sync payloads.
Cloud Sandbox Command Execution
Development
Execute a single command in an ephemeral sandbox on the Agentuity cloud platform. The sandbox is provisioned with specified runtime, resources, and environment variables, runs the command, and is then destroyed. This is ideal for testing scripts or running isolated tasks without permanent infrastructure.
Markdown Converter - File Transformer
Documentation
Convert documents and files to Markdown format. Transform PDFs, HTML, Word docs and more into clean, portable Markdown for easy editing and version control.
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
Next.js Performance Optimization
Development
Focuses on critical Next.js performance fixes: prevents asynchronous waterfalls via Promise.all and Suspense, reduces bundle size by banning barrel imports and using next/dynamic for heavy components, secures Server Actions with mandatory internal authentication, and enforces proper production build practices. Ideal when writing React components, data fetching logic, Server Actions, or optimizing bundle size in Next.js applications.