Total 43,935 skills, Tools & Utilities has 6990 skills
Showing 12 of 6990 skills
Search GitHub for real-world code examples and implementation patterns. Use when user wants to find code examples on GitHub, search GitHub repositories, discover how others implement features, learn library usage patterns, or research architectural approaches. Fetches top results with smart ranking (stars, recency, language), extracts factual data (imports, syntax patterns, metrics), and returns clean markdown for analysis and pattern identification.
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.
Interact with Notion using the unofficial private API - pages, databases, blocks, search, users, comments
Creates professional logical flow diagrams and logical system architecture diagrams using draw.io XML format (.drawio files). Use when creating: (1) logical flow diagrams showing data/process flow between system components, (2) logical architecture diagrams representing system structure without cloud provider specifics, (3) BPMN process diagrams, (4) UML diagrams (class, sequence, activity), (5) data flow diagrams (DFD), (6) decision flowcharts, or (7) system interaction diagrams. This skill focuses on generic/abstract representations, not AWS/Azure-specific architectures (use aws-drawio-architecture-diagrams for cloud diagrams).
Merge diagnostic states accumulated from multiple dbs-save operations into a deliverable markdown report. Triggers: /dbs-report, /generate-report, "package this up", "compile a report", "for partners" Generate a deliverable diagnosis report by merging all dbs-save snapshots. Trigger: /dbs-report, "package this up", "make me a report"
Facebook Messenger integration. Manage Users, Contacts, Stories, Reactions. Use when the user wants to interact with Facebook Messenger data.
Instagram Messenger integration. Manage Users. Use when the user wants to interact with Instagram Messenger data.
TrailSnap CLI command-line tool for querying information such as photos, albums, tags, locations, and people. This skill is invoked when users need to view photo and album data.
Obtains a valid Adobe IMS access token for the DA (Document Authoring) API. Use this skill as a prerequisite step whenever another skill needs to call admin.da.live — for example, before pushing HTML content, listing documents, or triggering a DA preview. Do NOT use this skill if you already have a valid DA_TOKEN in scope from a previous step in the same session.
Move a project folder AND migrate all its Claude Code state in one shot — session store, prompt-up-arrow history, running-session records. Use whenever the user wants to rename/move a project directory and keep `claude --resume` working. Handles sub-directory sessions automatically. 移动/重命名项目目录并迁移所有 CC 历史(session + prompt 历史 + 运行记录)。
Run health checks on the Ruflo installation and fix common issues