This view ranks the live catalog by weekly install activity, then stabilizes the order with freshness and name-based tiebreaks.
wshobson/agents
Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.
kepano/obsidian-skills
Base files use the .base extension and contain valid YAML.
kepano/obsidian-skills
Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.
othmanadi/planning-with-files
Work like Manus: Use persistent markdown files as your "working memory on disk."
wshobson/agents
Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level.
obra/episodic-memory
Core principle: Search before reinventing. Searching costs nothing; reinventing or repeating mistakes costs everything.
supercent-io/skills-template
Mode slash commands are mapped as follows.
supercent-io/skills-template
Unity · Unreal Engine · Godot · Custom/Other
supercent-io/skills-template
All workflows are available immediately — no sequential phases required.
vercel-labs/agent-skills
Deploy any project to Vercel. Always deploy as preview (not production) unless the user explicitly asks for production.
googleworkspace/cli
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
googleworkspace/cli
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
supercent-io/skills-template
Tracks LLM API costs, tokens, and latency using Tokuin CLI , and auto-generates a data-driven admin dashboard with PM insights.
millionco/react-doctor
Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.
google-gemini/gemini-skills
The Gemini API provides access to Google's most advanced AI models. Key capabilities include:
useai-pro/openclaw-skills-security
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
mcp-use/mcp-use
Build ChatGPT apps with interactive widgets using mcp-use. Zero-config widget development with automatic registration and built-in React hooks.
antfu/skills
When completing tasks, run pnpm run lint --fix to format the code and fix coding style.
antfu/skills
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms.
gracefullight/stock-checker
Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis.
vercel-labs/next-skills
Upgrade the current project to the latest Next.js version following official migration guides.
tavily-ai/skills
Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations.
benjitaylor/agentation
Set up the Agentation annotation toolbar in this project.
wshobson/agents
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.