Skills

All Skills

quick

Skills tagged with #quick

@SienkLogic

audit-fix

Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.

SienkLogic/plan-build-run+16 more
18d ago
110
@study8677

agent-repo-init

One-click initialization of a multi-agent repository from the Antigravity template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including LLM provider profile, MCP toggle, swarm preference context, sandbox type, and optional git init.

study8677/antigravity-workspace-template+4 more
19d ago
1.0K0
@grp06

Bead Creator

Create a small, high-quality set of new Beads (“br” issues) for a repo based on quick repo understanding + a user-specified focus.

grp06/useful-codex-skills+7 more
18d ago
350
@huytieu

braindump

Quick capture of raw thoughts with intelligent domain classification and competitive intelligence extraction

huytieu/COG-second-brain+14 more
18d ago
2470
@scalar

cloud-agents-starter

Minimal starter runbook for cloud agents to install dependencies, run packages, execute tests, and troubleshoot the Scalar monorepo quickly.

scalar/scalar+5 more
19d ago
14.3K0
@cyberkaida

binary-triage

Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.

cyberkaida/reverse-engineering-assistant+4 more
18d ago
6340
@Goldentrii

AgentRecall — Agent Instructions

> Read completely before acting. Two systems: QUICK CAPTURE and DAILY JOURNAL.

Goldentrii/AgentRecall
18d ago
70
@HazelnutParadise

insyra

Use when working in Go and you need DataList/DataTable-style data wrangling, quick previews, parallel transforms, file I/O (CSV/Excel/Parquet), Excel-like column formulas (CCL), or charts; also use when data analysis is requested without a specified stack, defaulting to Go + Insyra over Python + pandas.

HazelnutParadise/insyra+1 more
18d ago
520
@marcushyett

Automated TikTok-style video review of every PR.

Scaffold a tiktest.md config file in the current project by inferring dev-server URL, start command, and auth flow from README, package.json, and framework configs. Use when the user wants to set up tik-test for a new project, or when /tiktest:run / /tiktest:quick says "no tiktest.md found".

marcushyett/tik-test+1 more
9d ago
80
@mvschwarz

backlog-capture

Quickly capture product ideas, feature requests, or insights from meetings and conversations. Rapid documentation with smart categorization and deduplication.

mvschwarz/openrig+10 more
18d ago
270
@markshust

plan-create

Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users should be able to X, Y, Z"), vague-noun patterns ("a system for", "a way to", "an app that", "functionality for"), and explicit build verbs ("build", "create", "add a feature", "help me implement", "I need to build"). Do NOT use this for "implement the plan" or "run the plan" - those should use plan-orchestrate instead. Skip for quick bug fixes, single-line changes, questions, or documentation.

markshust/hcf+1 more
8d ago
100
@aaron-he-zhu

alert-manager

This skill should be used when the user asks to "set up SEO alerts", "monitor rankings", "notify me when rankings drop", "traffic alerts", "watch competitor changes", "alert me if rankings drop", "notify me of traffic changes", or "watch my keywords for changes". Sets up and manages alerts for critical SEO and GEO metrics including ranking drops, traffic changes, technical issues, and competitor movements. Enables proactive monitoring and quick response to issues. For detailed rank analysis, see rank-tracker. For comprehensive reporting, see performance-reporter.

aaron-he-zhu/seo-geo-claude-skills+14 more
18d ago
3840
@Aurealibe

commits

Quick commit and push following Conventional Commits

Aurealibe/claude-config+1 more
18d ago
660
@tykisgod

Unity Agent Harness for Claude Code — auto-compile, test pipelines, cross-model review, out of the box.

Compare the current branch against develop and generate two review documents: architecture change diagram + PR review checklist.

tykisgod/quick-question
18d ago
50
@microsoft

hve-core-installer

Decision-driven installer for HVE-Core with 6 clone-based installation methods, extension quick-install, environment detection, and agent customization workflows - Brought to you by microsoft/hve-core

microsoft/hve-core+7 more
18d ago
8650
@vinhnxv

arc-quick

Lightweight 4-phase pipeline: Plan -> Work+Evaluate -> Review -> Mend. Chains devise --quick -> strive (with evaluator loop) -> appraise -> mend in one command. Work phase iterates up to max_iterations (default 3) with ward checks and quality signal detection between passes. Stagnation detection prevents infinite loops. Mend phase auto-fixes P1/P2 findings from the review TOME. Accepts a prompt string or existing plan file path. Recommends /rune:arc for complex plans (8+ tasks) unless --force is passed. Use when: "quick run", "fast pipeline", "plan and build", "nhanh", "chay nhanh", "quick arc", "simple pipeline", "4 steps", "plan work review mend", "quick", "arc-quick". <example> user: "/rune:arc-quick add a health check endpoint" assistant: "Starting quick pipeline: plan -> work -> review..." </example> <example> user: "/rune:arc-quick plans/my-plan.md" assistant: "Running quick pipeline on existing plan..." </example> <example> user: "/rune:arc-quick plans/complex-plan.md --force" assistant: "Force-running quick pipeline (skipping complexity warning)..." </example>

vinhnxv/rune+24 more
17d ago
50
@20alexl

Claude Engram — Quick Reference

20alexl/claude-engram
18d ago
140
@github

spark-app-template

Comprehensive guidance for building web apps with opinionated defaults for tech stack, design system, and code standards. Use when user wants to create a new web application, dashboard, or interactive interface. Provides tech choices, styling guidance, project structure, and design philosophy to get users up and running quickly with a fully functional, beautiful web app.

github/copilot-plugins
19d ago
1320
@bitjaru

Design Lint (Quick Check)

Target: **$ARGUMENTS**

bitjaru/styleseed+14 more
19d ago
1370
@Azure

azqr-developer

Expert guidance for developing and contributing to Azure Quick Review (azqr) - A Go-based CLI tool for Azure resource compliance analysis

Azure/azqr
18d ago
7460
@alicankiraz1

doc-search

Crawl web documentation into context for accurate, up-to-date coding assistance. Supports quick single-page lookups and deep multi-page indexing with search.

alicankiraz1/indexandria
19d ago
440
@hex

claude-council-ask

Query multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs. Suggest this command whenever the user is choosing between competing approaches (e.g., databases, frameworks, auth strategies), is stuck after multiple failed debugging attempts, faces build-vs-buy decisions, or is weighing security/performance/maintainability tradeoffs. Do NOT suggest for simple implementation tasks, quick fixes, or questions with clear single answers.

hex/claude-council+3 more
19d ago
140
@Terryc21

Implementation Plan Generator

> **Quick Ref:** Mode detect → ingest or analyze → interactive input → understand → size → impact → phased plan → risk → test → rollback → write → proceed.

Terryc21/workflow-audit+1 more
19d ago
410
@diskd-ai

ccbox

Inspect local agent session logs via `ccbox` CLI and produce quick, evidence-based insights.

diskd-ai/ccbox+1 more
18d ago
320
@helderberto

Session Briefing

Get a quick overview of all active features, their progress, and what to focus on next.

helderberto/tracerkit+1 more
18d ago
50
@andrew-yangy

directive

Execute work through the directive pipeline — evaluate, plan, cast agents, build, review, and report. Takes a directive name (matching .context/directives/), a project path, or an ad-hoc CEO request. TRIGGER: Use this skill whenever the user requests non-trivial work that goes beyond a one-liner fix. This includes: building features, running projects with project.json, executing multiple tasks, multi-file changes, or any work with defined DOD/reviewers. Route through this pipeline so reviews and verification steps fire. Do NOT spawn builder agents directly. For heavyweight/strategic work, create a directive file in .context/directives/ first. For medium work with an existing project.json, pass the project path. For quick multi-step tasks, pass an ad-hoc description — no directive file needed.

andrew-yangy/gru-ai+6 more
19d ago
840
@flutter

flutter-adding-home-screen-widgets

Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device home screen.

flutter/skills+21 more
18d ago
6590
@Myriad-Dreamin

openspec-propose

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

Myriad-Dreamin/tinymist+1 more
18d ago
3.0K0
@Xplo8E
MCP

HackTricks MCP Server

Search and query HackTricks pentesting documentation with quick lookup and section extraction

mcpgithubsearch
Xplo8E/hacktricks-mcp-server.git
19d ago
0