cline
Cline skills fit a VS Code-centered agent workflow where the model can inspect files, run commands, and iterate against project context. This page is a useful filter for coding, debugging, review, and automation skills that assume an editor-integrated assistant.
Skills compatible with cline
ppt-visual
by claude-office-skills/skills
I help you design visually impactful presentation slides. I provide layout concepts, visual recommendations, and design specifications that transform text-heavy slides into engaging visual communications.
flutter-theming-apps
by flutter/skills
Flutter applies styling in a strict hierarchy: styles applied to the specific widget -> themes that override the immediate parent theme -> the main app theme.
finance-news
by sundial-org/awesome-openclaw-skills
AI-powered market news briefings with configurable language output and automated delivery.
lead-magnets
by coreyhaines31/marketingskills
Source details, install context, and public review data are available on the full page.
flutter-managing-state
by flutter/skills
Flutter's UI is declarative; it is built to reflect the current state of the app ( UI = f(state) ). When state changes, trigger a rebuild of the UI that depends on that state.
plankton-code-quality
by 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.
flutter-implementing-navigation-and-routing
by flutter/skills
Use the Navigator widget to push and pop routes using platform-specific transition animations ( MaterialPageRoute or CupertinoPageRoute ).
flutter-reducing-app-size
by flutter/skills
Use this workflow to generate the raw data required for size analysis.
flutter-testing-apps
by flutter/skills
Balance your testing suite across three main categories to optimize for confidence, maintenance cost, dependencies, and execution speed.
agentic-engineering
by 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.
asc-crash-triage
by rudrankriyam/app-store-connect-cli-skills
Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics.
flutter-caching-data
by flutter/skills
Apply the appropriate caching mechanism based on the data lifecycle and size requirements.
agent-harness-construction
by 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-swift
by clerk/skills
This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior.
flutter-handling-http-and-json
by flutter/skills
Use this workflow to implement network requests using the http package.
flutter-localizing-apps
by flutter/skills
Configure the project to support code generation for localizations.
flutter-working-with-databases
by 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-handling-concurrency
by 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-building-forms
by flutter/skills
Implement forms using a Form widget to group and validate multiple input fields together.
ai-first-engineering
by affaan-m/everything-claude-code
Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.
solana-payments-wallets-trading
by solanaguide/solana-cli
Sol is a command-line tool that lets you work with Solana the way you'd describe it out loud. Instead of constructing transactions and managing program instructions, you say what you want: pay someone, buy a token, stake your SOL.
crypto-agent-trading
by 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-interoperating-with-native-apis
by flutter/skills
Use FFI to execute high-performance native code or utilize existing C/C++ libraries without the overhead of asynchronous Platform Channels.
flutter-improving-accessibility
by flutter/skills
Design layouts to accommodate dynamic scaling and high visibility. Flutter automatically calculates font sizes based on OS-level accessibility settings.