New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
file-manager
by rtgs2017/nagaagent
Source details, install context, and public review data are available on the full page.
svelte-core-bestpractices
by sveltejs/ai-tools
Only use the $state rune for variables that should be reactive — in other words, variables that cause an $effect , $derived or template expression to update. Everything else can be a normal variable.
greenlight
by revylai/greenlight
Source details, install context, and public review data are available on the full page.
ohmg
by supercent-io/skills-template
Orchestrator writes structured state to .serena/memories/ for real-time monitoring and cross-agent coordination.
microsoft-skill-creator
by github/awesome-copilot
Create hybrid skills for Microsoft technologies that store essential knowledge locally while enabling dynamic Learn MCP lookups for deeper details.
obsidian-cli
by kepano/obsidian-skills
Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open.
better-auth-security-best-practices
by better-auth/skills
Source details, install context, and public review data are available on the full page.
defuddle
by kepano/obsidian-skills
Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.
x402
by coinbase/agentic-wallet-skills
Use the npx awal@2.0.3 x402 commands to discover, inspect, and call paid API endpoints using the X402 payment protocol. Payments are made in USDC on Base.
upgrading-react-native
by callstackincubator/agent-skills
Covers the full React Native upgrade workflow: template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls.
authenticate-wallet
by coinbase/agentic-wallet-skills
When the wallet is not signed in (detected via npx awal status or when wallet operations fail with authentication errors), use the npx awal CLI to authenticate.
fund
by coinbase/agentic-wallet-skills
Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account.
edge-tts
by aahl/skills
Generate high-quality text-to-speech audio using Microsoft Edge's neural TTS service via the uvx edge-tts command. Supports multiple languages, voices, adjustable speed/pitch, and subtitle generation.
domain-authority-auditor
by aaron-he-zhu/seo-geo-claude-skills
Based on CITE Domain Rating . Full benchmark reference: references/cite-domain-rating.md
marimo-notebook
by marimo-team/skills
marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook:
elite-longterm-memory
by nextfrontierbuilds/elite-longterm-memory
The ultimate memory system for AI agents. Combines 6 proven approaches into one bulletproof architecture.
goframe-v2
by gogf/skills
Complete GoFrame development resources covering component design, usage, best practices, and considerations: GoFrame Documentation
mcp-hass
by aahl/skills
Control Home Assistant smart home and query states using MCP protocol.
create-mcp-app
by modelcontextprotocol/ext-apps
Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content.
marimo-batch
by marimo-team/skills
Pydantic is a great way to declare a source of truth for a batch job, especially for ML. You can declare something like:
git-guardrails-claude-code
by mattpocock/skills
Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them.
anywidget-generator
by marimo-team/skills
When writing an anywidget use vanilla javascript in _esm and do not forget about _css . The css should look bespoke in light mode and dark mode. Keep the css small unless explicitly asked to go the extra mile. When you display the widget it must be wrapped via widget = mo.ui.anywidget(OriginalAnywidget()) . You can...
second-opinion
by trailofbits/skills
Shell out to external LLM CLIs for an independent code review powered by a separate model. Supports OpenAI Codex CLI and Google Gemini CLI.
devcontainer-setup
by trailofbits/skills
Creates a pre-configured devcontainer with Claude Code and language-specific tooling.