Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
affaan-m/everything-claude-code
Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch.
pexoai/pexo-skills
This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model.
flutter/skills
Use the Navigator widget to push and pop routes using platform-specific transition animations ( MaterialPageRoute or CupertinoPageRoute ).
flutter/skills
Use this workflow to generate the raw data required for size analysis.
flutter/skills
Balance your testing suite across three main categories to optimize for confidence, maintenance cost, dependencies, and execution speed.
affaan-m/everything-claude-code
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
inference-shell/skills
Turn one piece of content into many formats via inference.sh CLI.
inference-shell/skills
Access 100+ language models via inference.sh CLI.
openai/skills
Use a persistent js_repl Playwright session to debug local web or Electron apps, keep the same handles alive across iterations, and run functional plus visual QA without restarting the whole toolchain unless the process ownership changed.
succ985/openclaw-akshare-skill
AkShare is a free, open-source Python library for accessing Chinese financial market data. This skill provides guidance for fetching data from Chinese exchanges including Shanghai Stock Exchange, Shenzhen Stock Exchange, Hong Kong Exchange, and more.
flutter/skills
Apply the appropriate caching mechanism based on the data lifecycle and size requirements.
starchild-ai-agent/official-skills
Always use the search_skills tool. Do NOT manually curl, browse GitHub, or download SKILL.md files.
affaan-m/everything-claude-code
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.
clerk/skills
This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior.
flutter/skills
Use this workflow to implement network requests using the http package.
starchild-ai-agent/official-skills
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
starchild-ai-agent/official-skills
NEVER call price_chart , get_coin_ohlc_range_by_id , twelvedata_time_series , or ANY market data tools when creating charts. Chart scripts fetch data internally. Calling these tools floods your context with 78KB+ of unnecessary data.
flutter/skills
Configure the project to support code generation for localizations.
flutter/skills
Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer.
flutter/skills
Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate.
flutter/skills
Implement forms using a Form widget to group and validate multiple input fields together.
affaan-m/everything-claude-code
Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.
crypto-com/crypto-agent-trading
This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function.
flutter/skills
Use FFI to execute high-performance native code or utilize existing C/C++ libraries without the overhead of asynchronous Platform Channels.