███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9901 | brainstorming | jnmetacode/superpowers-zh |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
1.1K |
| 9902 | react-email | vercel-labs/json-render |
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
|
1.1K |
| 9903 | context7 | netresearch/context7-skill |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
1.1K |
| 9904 | tanstack-config | tanstack-skills/tanstack-skills |
Overview TanStack Config provides an opinionated, minimal-configuration toolkit for JavaScript/TypeScript package development. It includes Vite-powered build configuration, ESLint presets, publish automation with semantic versioning, and integrations with TypeScript, Prettier, Changesets, and GitHub Actions. Designed for monorepo workflows with pnpm and Nx. Package: @tanstack/config Status: Stable Installation npm install @tanstack/config --save-dev or pnpm add @tanstack/config -D Vite Build Co...
|
1.1K |
| 9905 | remotion-render | whytryharder/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
1.1K |
| 9906 | jetson-flash-image | nvidia/skills |
Flash BSP Image Purpose Push a promoted bsp_image to a Jetson DUT by running the NVIDIA flashing toolchain ( flash.sh or l4t_initrd_flash.sh ) from the in-tree Linux_for_Tegra/ . The DUT must be in RCM (recovery) mode at flash time. This is the flash leg of the BSP overlay deploy chain ( /jetson-promote-image → /jetson-flash-image ); see the BSP overlay workflow at ../../context/bsp-customization-workflow.md . Design principle. Four invariants govern this skill; each is fully explained in the In...
|
1.1K |
| 9907 | paperzilla | k-dense-ai/scientific-agent-skills |
Paperzilla Use this skill when you want to chat with your agent about projects, recommendations, and canonical papers in Paperzilla. What you can ask "Give me the latest recommendations from project X." "Open recommendation Y and explain why it matters." "Fetch canonical paper Z as markdown and summarize it." "Tell me how this paper is relevant to my research." "Show me the feed for project X." "Leave feedback on a recommendation." "Export this paper, recommendation, or feed as JSON." This is th...
|
1.1K |
| 9908 | linkedin-reader | himself65/finance-skills |
LinkedIn Skill (Read-Only) Reads LinkedIn for financial research using opencli , a universal CLI tool that bridges web services to the terminal via browser session reuse. This skill is read-only. It is designed for financial research: reading professional commentary on markets, monitoring analyst posts, searching finance/trading jobs, and tracking professional sentiment. It does NOT support posting, liking, commenting, connecting, messaging, or any write operations. Important : opencli reuses yo...
|
1.1K |
| 9909 | getnote-tag | iswalle/getnote-cli |
getnote-tag Skill Add, list, and remove tags on notes. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands List tags on a note getnote tag list <note_id> Returns all tags with their IDs and types. Show more
|
1.1K |
| 9910 | attribution-setup | eronred/aso-skills |
Attribution Setup You are an app attribution specialist. Your goal is to set up — or debug — a measurement stack that tells the user which paid campaigns drove which installs and revenue, while respecting iOS privacy constraints. Initial Assessment Check for app-marketing-context.md Ask: iOS, Android, or both? Ask: Do you currently use an MMP (AppsFlyer, Adjust, Singular, Branch, Kochava)? If yes, which. Ask: Which paid channels are running or planned? (ASA, Meta, TikTok, Google UAC, etc.) Ask: ...
|
1.1K |
| 9911 | hass-builder | aahl/skills |
Home Assistant Builder (hab) A CLI utility designed for LLMs to build and manage Home Assistant configurations. Start Every Workflow The script scripts/hab.sh is a wrapper script that supports automatic installation, please replace all hab commands with the command scripts/hab.sh . The home-assistant-build-cli project is built and released by Paulus (@balloob), the main maintainer of Home Assistant, who is also the founder of the Open Home Foundation that owns Home Assistant. alias hab = 'script...
|
1.1K |
| 9912 | d1-migration | jezweb/claude-skills |
D1 Migration Workflow Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. Standard Migration Flow 1. Generate Migration pnpm db:generate This creates a new .sql file in drizzle/ (or your configured migrations directory). 2. Inspect the SQL (CRITICAL) Always read the generated SQL before applying. Drizzle sometimes generates destructive migrations for simple schema changes. Red Flag: Table Recreation If you see this pattern, the migration will likely fail: CREATE TABLE ` my_t...
|
1.1K |
| 9913 | jetson-speculative-decoding | nvidia/skills |
Jetson Speculative Decoding (vLLM) Speculative decoding lets a small "draft" model propose tokens that the target model verifies in a single forward pass, reducing per-token latency. On Jetson, the win/loss is dominated by VRAM headroom , not by the draft quality. This skill encodes the parts an LLM won't already know. Purpose Tune an existing Jetson vLLM deployment for faster token generation by appending the right --speculative-config and validating whether it improves single-stream decode spe...
|
1.1K |
| 9914 | jetson-customize-pcie | nvidia/skills |
Customize PCIe (per-controller status / lanes / speed) Overview PCIe on Tegra264 (Thor, pcie@C0..C5 ) and Tegra234 (Orin, pcie@C0..C10 ) is split across multiple controllers that share the UPHY lane pool with USB3 / MGBE / UFS. Each controller's runtime behavior is determined by two surfaces, both required : Surface Target Authoritative for ODMDATA pcie@N_status=… (+ pcie@N_max-link-speed , pcie@N_pcie-mode , pcie@N_clk-scheme , pcie-cN-endpoint-enable ) /pcie/pcie@N in BPMP DTB UPHY lane power,...
|
1.1K |
| 9915 | jetson-customize-clocks | nvidia/skills |
Customize Clocks Purpose Customize CPU, GPU, and EMC clock behavior on a Jetson target by editing files under Linux_for_Tegra/ before flashing the image. Two layers are in scope: The BPMP DTB at Linux_for_Tegra/bootloader/<BPFDTB_FILE> — per-clock max-rate-custom ceilings, plus the EMC DVFS gate (bwmgr + cactmon on all SoCs; osp-controller on T26x only). nvpower.sh at Linux_for_Tegra/rootfs/etc/systemd/nvpower.sh — cpufreq / devfreq governors and (optionally) per-device min / max / static rates ...
|
1.1K |
| 9916 | lovart-api | lovartai/lovart-skill |
⚠️ RULE 0: ONLY USE SKILL COMMANDS — NO DIRECT API CALLS You MUST interact with Lovart EXCLUSIVELY through the commands defined in this skill. NEVER construct URLs, make curl/wget/fetch requests, or call Lovart APIs directly NEVER guess API endpoints, paths, or parameters — only use the commands listed below NEVER modify the skill's source code (agent_skill.py) during execution to "debug" issues (users may freely read the source to verify it) If a command fails, retry it or report the error to t...
|
1.1K |
| 9917 | brainstorm | neolabhq/context-engineering-kit |
Brainstorming Ideas Into Designs Overview Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process Understanding the idea: Check out the current project state first (files, docs, recent commits...
|
1.1K |
| 9918 | referral-program | eronred/aso-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
|
1.1K |
| 9919 | custom-object-management | hubspot/agent-cli-skills |
Source of truth hubspot schemas --help is authoritative. Subcommands: list , get , create , update (metadata only), delete (destructive). Schema writes require a private app token with crm.schemas.custom.write . Read bulk-operations/SKILL.md first — every command here uses its JSONL conventions, and schemas delete uses its dry-run / digest / confirm flow. Discover existing schemas hubspot schemas list JSONL: name, label, singular, objectTypeId, source hubspot schemas list | jq 'select(.source==...
|
1.1K |
| 9920 | data-enrichment | hubspot/agent-cli-skills |
Prereq: read bulk-operations/SKILL.md first — JSONL piping, dry-run/digest, history, and rate-limit hygiene live there. This skill is the upsert-by-natural-key workflow on top. The core move: upsert, not search-then-create hubspot objects upsert --type X --id-property <natural-key> reads JSONL on stdin and creates-or-updates each row in one CLI call per record , keyed by a property (email for contacts, domain for companies). No race window, no branching. Do not loop search → empty? → create . Pe...
|
1.1K |
| 9921 | deal-management | hubspot/agent-cli-skills |
Resources File When to use resources/lifecycle-stage-progression.md Lifecycle stage API values + the contact-side updates that pair with deal moves. resources/stalled-deal-queries.md Filter cookbook for stalled / no-activity / past-close-date deals with dynamic dates. Foundations Read bulk-operations/SKILL.md first — JSONL piping, batch read, pagination, and the dry-run/digest/confirm flow live there. Reshape recipes are in bulk-operations/resources/json-patterns.md . hubspot <command> --help is...
|
1.1K |
| 9922 | communication-history | hubspot/agent-cli-skills |
Read bulk-operations/SKILL.md first — JSONL piping, batch read, and jq reshape patterns ( resources/json-patterns.md ) apply. hubspot activities list --help is the source of truth. Output shape activities list returns one flat row per activity, sorted newest-first: {id, type, timestamp, title, body, status, owner_id} . timestamp is ISO 8601; type is CALL|EMAIL|NOTE|MEETING|TASK . Different from the raw hs_call_* / hs_timestamp (Unix ms) on the underlying objects — fetch those with hubspot object...
|
1.1K |
| 9923 | iris-development | redis/agent-skills |
Iris: Redis Agent Memory Iris is the umbrella brand for Redis's AI-focused products. This skill currently covers one product in that family: Redis Agent Memory (RAM) — the persistent memory layer for AI agents, delivered as a managed service on Redis Cloud. Additional Iris products will be added as separate sections when they ship. Redis Agent Memory exposes a REST/JSON data-plane API with two memory tiers: Session memory — append-only conversation history per session (working memory). Long-term...
|
1.1K |
| 9924 | jetson-customize-fan | nvidia/skills |
Modify nvfancontrol Fan Profile (BSP-side) Purpose Edit the per-board nvfancontrol configuration so the device boots with the desired fan curve / control mode / governor / default profile. BSP-side only — all writes land in the overlay tracker, the upstream bsp_image copy is read-only. This skill handles BSP-side edits to the per-board nvfancontrol configuration file: adding profiles, removing profiles, editing the temp → PWM / RPM curves, changing the boot default profile / control mode / gover...
|
1.1K |
| 9925 | jetson-download-bsp | nvidia/skills |
Download BSP Artifacts jetson-download-bsp owns network fetches for the Auto Setup path. It does not extract archives, initialize source trees, register documents, or edit the active target profile. Those remain owned by jetson-init-image , jetson-init-source , and jetson-link-docs . When to invoke /jetson-quick-start selected Auto Setup . The user wants NVIDIA BSP artifacts downloaded into the current workspace before running setup skills. Inputs and outputs Resolve the active profile per ../.....
|
1.1K |
| 9926 | ci-cd-best-practices | mindrally/skills |
CI/CD Best Practices You are an expert in Continuous Integration and Continuous Deployment, following industry best practices for automated pipelines, testing strategies, deployment patterns, and DevOps workflows. Core Principles Automate everything that can be automated Fail fast with quick feedback loops Build once, deploy many times Implement infrastructure as code Practice continuous improvement Maintain security at every stage Pipeline Design Pipeline Stages A typical CI/CD pipeline incl...
|
1.1K |
| 9927 | website-structure | kostja94/marketing-skills |
Strategy: Website Structure Guides website structure planning: which pages to build, page priority, and how structure supports UX, SEO, and growth. Structure is the organization and connection of pages; it affects user navigation, Google's understanding of content importance, crawlability, and sitelinks in SERPs. See serp-features for sitelinks and SERP optimization. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the ...
|
1.1K |
| 9928 | vue | vercel-labs/json-render |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
1.1K |
| 9929 | phoenix-evals | github/awesome-copilot |
Phoenix Evals Build evaluators for AI/LLM applications. Code first, LLM for nuance, validate against humans. Quick Reference Show more Installs 966 Repository arize-ai/phoenix GitHub Stars 10.7K First Seen Jan 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.1K |
| 9930 | phoenix-tracing | github/awesome-copilot |
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Show more Inst...
|
1.1K |
| 9931 | lsp-setup | github/awesome-copilot |
LSP Setup for GitHub Copilot CLI UTILITY SKILL — installs and configures Language Server Protocol servers for Copilot CLI. USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding" DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups Workflow Ask the language — use ask_user to ask which programming lang...
|
1.1K |
| 9932 | senior-computer-vision | davila7/claude-code-templates |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
|
1.1K |
| 9933 | multi-agent-patterns | neolabhq/context-engineering-kit |
No SKILL.md available for this skill. View on GitHub Installs 448 Repository neolabhq/contex…ring-kit GitHub Stars 1.0K First Seen Jan 20, 2026
|
1.1K |
| 9934 | claude-for-safari | sdlll/claude-for-safari |
Claude for Safari Operate the user's real Safari browser on macOS via AppleScript ( osascript ) and screencapture . This provides full access to the user's actual browser session — including login state, cookies, and open tabs — without any extensions or additional software. Prerequisites Before first use, verify two settings are enabled. Run this check at the start of every session: osascript -e 'tell application "Safari" to get name of front window' 2 > &1 If this fails, instruct the user to e...
|
1.1K |
| 9935 | build-models | replicate/skills |
Docs Cog reference (single file): https://cog.run/llms.txt cog.yaml reference: https://cog.run/yaml Python predictor reference: https://cog.run/python Examples: https://github.com/replicate/cog-examples Template: https://github.com/replicate/cog-template When to use this skill You have model code, weights, or a HuggingFace/GitHub project you want to host on Replicate. You're writing or editing a cog.yaml , predict.py , or train.py . For pushing a built model to Replicate, see publish-models . Fo...
|
1.1K |
| 9936 | train-sentence-transformers | huggingface/skills |
Train a sentence-transformers Model This SKILL.md is a router, not a manual. It tells you which references and example scripts to load for your task. The actual content — recommended losses, evaluators, training-script structure, model selection, training-arg knobs, troubleshooting — lives in references/ and scripts/ . Do not synthesize a training script from this file alone. Open the per-type production template ( scripts/train_<type>_example.py ) and copy it as your starting point. The templat...
|
1.1K |
| 9937 | sales-reporting | hubspot/agent-cli-skills |
Source of truth hubspot <command> --help is authoritative. Build on bulk-operations/SKILL.md — JSONL shape, batch-read rules, and pagination live there. Reshape patterns: bulk-operations/resources/json-patterns.md . search / list cap at 100 rows per call; a result of exactly 100 is almost always truncated — paginate via bulk-operations/SKILL.md before aggregating. Property and output shape notes All CRM property values come back as strings in JSONL — booleans included. hs_is_closed_won is return...
|
1.1K |
| 9938 | google-analytics | davila7/claude-code-templates |
Google Analytics Analysis Analyze website performance using Google Analytics data to provide actionable insights and improvement recommendations. Quick Start 1. Setup Authentication This Skill requires Google Analytics API credentials. Set up environment variables: export GOOGLE_ANALYTICS_PROPERTY_ID="your-property-id" export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json" Or create a .env file in your project root: GOOGLE_ANALYTICS_PROPERTY_ID=123456789 GOOGLE_APPLICAT...
|
1.1K |
| 9939 | update-docs | neolabhq/context-engineering-kit |
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
|
1.1K |
| 9940 | critique | neolabhq/context-engineering-kit |
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
|
1.1K |
| 9941 | sales-execution | hubspot/agent-cli-skills |
Resources File When to use resources/activity-properties-reference.md Property names and enum values for calls/notes/meetings/tasks. Keep open while writing objects create — enum values are not discoverable via hubspot properties get today. Read bulk-operations/SKILL.md first — this skill assumes its batching, pipe, and dry-run patterns. The two non-obvious rules 1. Activities are invisible until associated. hubspot objects create --type calls ... alone produces a record nobody can see in the CR...
|
1.1K |
| 9942 | flightclaw | jackculpan/flightclaw |
flightclaw Track flight prices from Google Flights. Search routes, monitor prices over time, and get alerts when prices drop. Install npx skills add jackculpan/flightclaw Or manually: bash skills/flightclaw/setup.sh Scripts Search Flights Find flights for a specific route and date. Supports multiple airports and date ranges. python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 --cabin BUSINESS python skills/...
|
1.1K |
| 9943 | matplotlib | davila7/claude-code-templates |
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, contour...
|
1.1K |
| 9944 | ux-designer | szilu/ux-designer-skill |
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
|
1.1K |
| 9945 | go-linting | cxuu/golang-skills |
Go Linting Source: Uber Go Style Guide Core Principle More important than any "blessed" set of linters: lint consistently across a codebase. Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Minimum Recommended Linters Source: Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Linter Purpose errcheck Ensure errors are handled goimports Format code and manage ...
|
1.1K |
| 9946 | jetson-customize-usb | nvidia/skills |
Customize USB (per-port enable / disable / role) Purpose Enable, disable, or change the role of USB2 / USB3 SS ports on a Jetson Thor (Tegra264) or Orin (Tegra234) custom carrier. Captures per-port wiring (role, max speed, VBUS-EN / OC GPIOs, CC1/CC2 GPIOs for Type-C, USB3 SS UPHY lane), resolves the SS to USB2 companion graph from the in-tree DTB, then renders a self-contained kernel-DT overlay that flips every port action in three places in lockstep (lane status, port status, host xHCI phys + ...
|
1.1K |
| 9947 | jetson-print-device-info | nvidia/skills |
jetson-print-device-info Prints a concise summary of the Jetson device this skill runs on. This skill is intended as a reference example for the jetson-device-skills repo and the NVIDIA-wide skills CI. It runs on the Jetson target (not the host PC) and performs read-only inspection — useful as a baseline capture before running performance tests. Purpose Capture a baseline snapshot of a Jetson target's software stack and power mode before running performance, regression, or compatibility tests. W...
|
1.1K |
| 9948 | graphic-designer | charlie947/social-media-skills |
Graphic Designer CRITICAL: Auto-start on load When this skill triggers, go straight to Step 1. Do not summarise. Do not explain options. Start immediately. Step 1. Read the post Check the project for the most recent post file. If found, read it. If not, say: Paste the post you want a graphic for. Wait for the post, then call AskUserQuestion: Show more Installs 900 Repository charlie947/soci…a-skills GitHub Stars 2.2K First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Sn...
|
1.1K |
| 9949 | native-sdk | vercel-labs/native |
Native SDK The Native SDK is the complete toolkit for building native desktop applications. The primary authoring path is TypeScript app logic in src/core.ts plus declarative Native markup in .native files. The TypeScript core is checked and compiled ahead of time to native code, so the shipped binary contains no browser, WebView, JS runtime, or interpreter. Zig is how the toolkit itself works and is a first-class, explicitly chosen app-core alternative ( --template zig-core ); it is not the def...
|
1.1K |
| 9950 | imagegen-frontend-mobile | nexu-io/open-design |
CORE DIRECTIVE: PREMIUM MOBILE APP IMAGE DIRECTION You are an elite mobile product design art director. Your job is not to generate generic app mockups. Your job is to generate premium, app-native, highly readable mobile app screen images and flow images. This skill is for: onboarding flows auth flows home dashboards profile screens settings screens chat screens ecommerce screens fintech screens health and fitness screens productivity apps social apps utilities multi-screen app concepts premium ...
|
1.1K |