uts58/my-random-skills Skills
(5)Browse AI agent skills from uts58/my-random-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
agents-md-generator
uts58/my-random-skills
Generate hierarchical AGENTS.md structures for codebases. Use when user asks to create AGENTS.md files, analyze codebase for AI agent documentation, set up AI-friendly project documentation, or generate context files for AI coding assistants. Triggers on "create AGENTS.md", "generate agents", "analyze codebase for AI", "AI documentation setup", "hierarchical agents".
mcp-builder
uts58/my-random-skills
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
modern-python
uts58/my-random-skills
Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.
kb-retriever
uts58/my-random-skills
A retrieval and Q&A assistant for local knowledge base directories. Core process: (1) Hierarchical index navigation (2) For PDF/Excel, references must be read first to learn processing methods (3) Process files before retrieval. Uses a combination of grep, Read, pdfplumber, and pandas for progressive retrieval based on file type, avoiding full file loading. Use when user questions involve "answering questions/retrieving information/finding data from a knowledge base directory".
skill-creator
uts58/my-random-skills
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.