███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | fix-sentry-issues | brianlovin/agent-config |
Fix Sentry Issues Philosophy The Sentry error is not the problem. It's a signal. Your goal is not to close the Sentry issue. Your goal is to discover the root cause, understand what's wrong with the application, and fix the underlying defect. Closing the Sentry issue is a side effect of doing that correctly. Ask "Why does this fail?" — not "How do I make Sentry quiet?" Never treat log level changes as fixes. A fallback path means degraded user experience; trace why the primary path fails and fix...
|
1.4K |
| 8302 | chrome-webstore-release-blueprint | brianlovin/agent-config |
Chrome Web Store Release Blueprint Use this skill as a hands-on setup guide. The agent should lead the user step-by-step, ask for confirmations, and only automate the parts that can be done locally/in CI. What This Skill Is For Helping a user set up Chrome Web Store release automation from scratch. Giving clear manual instructions for Google/CWS dashboard steps. Implementing repo-side scripts/workflows after the user provides credentials. Verifying submission state ( PUBLISHED , PENDING_REVIEW ,...
|
1.4K |
| 8303 | tdd | brianlovin/agent-config |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
1.4K |
| 8304 | interrogate | cursor/plugins |
Interrogate Spawn one reviewer per configured model to adversarially review code changes. Each model gets the same prompt and rubric. The adversarial signal comes from model diversity, not assigned personas. Models differ in blind spots, priors, and reasoning patterns. Agreement across models is high-confidence signal; lone-model findings are worth reading but lower confidence. The deliverable is a synthesized verdict. Do NOT auto-apply changes. Step 1, Determine Scope Identify what to review fr...
|
1.4K |
| 8305 | workflow | brianlovin/agent-config |
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
|
1.4K |
| 8306 | platform-lsp-integrate | forcedotcom/sf-skills |
Using the Salesforce LSP The salesforce-development plugin hosts a local MCP server named salesforce-lsp that lazily spawns Salesforce Language Server children and exposes their semantic capabilities as MCP tools. This skill is the contract other skills follow when they call those tools, and the answer to "how do I use the Salesforce LSP?" — what each tool does, how to read its result, what every error code means, and how to fall back when the host is absent. This is a documentation/reference sk...
|
1.4K |
| 8307 | dx-project-create | forcedotcom/sf-skills |
Creating a New Salesforce Project Walk the user through a wizard that scaffolds a new Salesforce DX project, relocates this session into the new project, connects it to an org, and configures it for development. Run each step in order, confirming with the user before any environment-changing action. The salesforce-development plugin's MCP servers ( salesforce-api-context , salesforce-metadata-experts , salesforce-lsp ) are provided by the installed plugin , not by the project — so they stay avai...
|
1.4K |
| 8308 | apollo-kotlin | apollographql/skills |
Apollo Kotlin Guide Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects. Process Follow this process when adding or working with Apollo Kotlin: Confirm target platforms (Android, JVM, KMP), GraphQL endpoint(s), and how schemas are sourced. Configure Gradle and code generation, including custom scalars Create a shared ApolloClient with auth, logging, and caching. ...
|
1.4K |
| 8309 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
|
1.4K |
| 8310 | citation-management | k-dense-ai/scientific-agent-skills |
Citation Management Manage the full lifecycle of citations in a LaTeX paper. Input $0 — Action: harvest , validate , add , format $1 — Path to .tex or .bib file Scripts Validate citations (check all cite keys resolve) python ~/.claude/skills/citation-management/scripts/validate_citations.py \ --tex paper/main.tex --bib paper/references.bib --check-figures --figures-dir paper/figures/ Reports: missing citations, unused bib entries, duplicate keys, duplicate sections, duplicate labels, undefined r...
|
1.4K |
| 8311 | phoenix-tracing | arize-ai/phoenix |
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.4K |
| 8312 | heygen-translate | heygen-com/skills |
HeyGen Video Translation Translate and dub an existing video into 175+ languages. The system clones the presenter's voice into the target language, re-syncs their lips to the new audio, and returns a fully dubbed video. You provide a source video and a target language — the engine handles transcription, translation, voice cloning, lip-sync, and (optionally) burned-in captions. This is not new-video generation. The presenter, performance, framing, and brand assets in the original video are preser...
|
1.4K |
| 8313 | kotlin-tooling-java-to-kotlin | kotlin/kotlin-agent-skills |
Java to Kotlin Conversion Convert Java source files to idiomatic Kotlin using a disciplined 4-step conversion methodology with 5 invariants checked at each step. Supports framework-aware conversion that handles annotation site targets, library idioms, and API preservation. Workflow Show more
|
1.4K |
| 8314 | spartan | spartan-ng/spartan |
spartan/ui spartan/ui is an Angular UI library. It uses a two-layer architecture : Brain ( @spartan-ng/brain ) - accessible, unstyled primitives (Angular directives/components), installed from npm. This is the behavior and accessibility layer. Helm ( @spartan-ng/helm ) - the styled layer (Tailwind + class-variance-authority). Helm code is copied into the user's project by the CLI so they own and can customize it. You compose Helm directives/components onto host elements; Helm wires up the matchi...
|
1.4K |
| 8315 | cx-cli | coralogix/cx-cli |
cx-cli Cross-cutting behaviors for all cx CLI commands. Update Notifications After running any cx command, check for update notices using the channels below (in priority order). If a newer version is available, finish answering the user's request first, then mention the update once at the end. An update notice always has two parts — binary upgrade and skills refresh. Offer both commands; don't mention only the version number or only the binary upgrade. 1. Primary — agents mode ( -o agents ) Comm...
|
1.4K |
| 8316 | binlog-failure-analysis | dotnet/skills |
Analyzing MSBuild Failures with Binary Logs This skill diagnoses MSBuild build failures from a .binlog file. The preferred path uses the binlog MCP server ( Microsoft.AITools.BinlogMcp , exposed under the binlog MCP namespace) which is bundled with this plugin. If the MCP server is not available, fall back to the binlog replay workflow at the bottom. Primary workflow — binlog MCP The MCP server exposes structured tools for inspecting a .binlog without parsing text logs. Call them directly instea...
|
1.4K |
| 8317 | debug | jsmastery-pro/skills |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
1.4K |
| 8318 | cargo-observability | getcargohq/cargo-skills |
Cargo CLI — Observability Alerts. An alert is a scheduled threshold check. On every cron tick it measures a scope (what to watch), compares the measured value against a threshold (the breach condition), and on breach fires actions — each as its own run — and records an event . This is the proactive counterpart to cargo-diagnostics : diagnostics explains a failure after you notice it; an alert tells you the moment a metric crosses a line. Everything lives under one CLI domain: cargo-ai observabil...
|
1.4K |
| 8319 | plan-payroll | anthropics/knowledge-work-plugins |
Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation. Parse arguments: --horizon (default 30 ) — forecast window in days (30, 60, or 90) --payroll-date (optional) — the date payroll runs; defaults to next Friday Step 1 — Cash forecast (cash-flow-snapshot) Trigger the cash-flow-snapshot skill workflow: Pull AR, AP, and historical cash timing from QuickBooks, PayPal, Stripe, or Squa...
|
1.4K |
| 8320 | agents-debug | aws/agent-toolkit-for-aws |
debug Diagnose why your AgentCore agent or environment isn't working correctly. When to use Your agent is returning wrong answers or errors Tool calls are failing or timing out Agent works locally but fails after deploying Logs aren't showing up in CloudWatch The AgentCore CLI isn't working or environment seems broken agentcore command not found or prerequisites are missing Do NOT use for: Deploy failures (CDK errors, IAM during deploy) → use agents-deploy Scaffolding a new project → use agents-...
|
1.4K |
| 8321 | agents-connect | aws/agent-toolkit-for-aws |
connect Give your AgentCore agent access to external APIs, tools, and services via the AgentCore Gateway — and control what it can access with Cedar policies. When to use You want your agent to call an external API or MCP server You want to expose Lambda functions as agent tools You have an OpenAPI spec you want to turn into agent tools Your agent needs credentials to call an external service You want to restrict which tools your agent can call (Cedar policies) You want role-based or amount-base...
|
1.4K |
| 8322 | icon-system | owl-listener/designer-skills |
Icon System You are an expert in designing and maintaining comprehensive icon systems. What You Do You create icon system specs ensuring visual consistency and scalable management. Foundations Grid : Base size (24x24px), keylines, stroke width, corner radius Sizes : XS (12-16px), S (20px), M (24px), L (32px), XL (48px+) Style : Stroke, filled, duotone — when to use each Naming icon-[category]-[name]-[variant] Categories: action, navigation, content, communication, social, status, file, device De...
|
1.4K |
| 8323 | google-maps-scraper | gosom/google-maps-scraper |
Google Maps Scraper Turn a natural-language lead request into a validated local Google Maps crawl, monitor it, and help the user work with the results. Resolve the directory containing this file as SKILL_DIR . Run bundled scripts from that directory; do not assume the current directory is the repository checkout. Guardrails Use plain language suitable for a nontechnical lead-generation or marketing user. Never ask the user to paste proxy credentials into chat. Never print, read back, summarize, ...
|
1.4K |
| 8324 | skill-idea-miner | tradermonty/claude-trading-skills |
Skill Idea Miner Automatically extract skill idea candidates from Claude Code session logs, score them for novelty, feasibility, and trading value, and maintain a prioritized backlog for downstream skill generation. When to Use Weekly automated pipeline run (Saturday 06:00 via launchd) Manual backlog refresh: python3 scripts/run_skill_generation_pipeline.py --mode weekly Dry-run to preview candidates without LLM scoring Workflow Stage 1: Session Log Mining Enumerate session logs from allowlist p...
|
1.4K |
| 8325 | skill-integration-tester | tradermonty/claude-trading-skills |
Skill Integration Tester Overview Validate multi-skill workflows defined in CLAUDE.md (Daily Market Monitoring, Weekly Strategy Review, Earnings Momentum Trading, etc.) by executing each step in sequence. Check inter-skill data contracts for JSON schema compatibility between output of step N and input of step N+1, verify file naming conventions, and report broken handoffs. Supports dry-run mode with synthetic fixtures. When to Use After adding or modifying a multi-skill workflow in CLAUDE.md Aft...
|
1.4K |
| 8326 | pixijs-rendering | gamedev-skills/awesome-gamedev-agent-skills |
PixiJS 8.19 Rendering Set up and structure a PixiJS 8.19 application: the async Application , asset loading via Assets , the Container / Sprite scene graph, the ticker loop, pointer events, and render groups. Pins the 8.19 API (async init , unified Assets , eventMode ). When to use Use when starting a PixiJS v8 project, fixing a blank canvas, structuring the display list, loading textures, animating via the ticker, or handling pointer input. Use when package.json depends on pixi.js (v8) and code...
|
1.4K |
| 8327 | create-react-native-library | callstackincubator/agent-skills |
Create React Native Library Overview Use this skill to scaffold a standalone React Native library or a local library inside an existing app, then continue with the correct implementation docs. Examples: JS-only library that may use other React Native libraries Native modules that expose native functionality to JavaScript Native UI components that render native views in React Native Choose one flow first: Use [scaffold-library.md][scaffold-library] when creating a new library that may be publishe...
|
1.4K |
| 8328 | financial-insights | stripe/link-cli |
Financial insights Use this skill to answer questions about a user’s Link-connected financial data, including: Recent transactions Spending patterns Account balances Linked wallet sources Basic summaries derived from the user’s financial data All commands are read-only. They do not move money, initiate payments, modify accounts, or expose payment credentials. Safety and privacy Do not retrieve financial data until the user is authenticated with the required source actions. Only retrieve the data...
|
1.4K |
| 8329 | build-live-game | unity-technologies/skills |
Build a Live Game With Unity Gaming Services UGS Packages Package Min Version Purpose com.unity.services.core 1.16.0 Initialization, dependency graph com.unity.services.authentication 3.6.1 Player sign-in and identity com.unity.services.cloudcode 2.10.3 Server-authoritative C modules com.unity.services.cloudsave 3.4.0 Per-player and shared key-value storage com.unity.remote-config 4.2.5 Server-side game configuration com.unity.services.deployment 1.7.2 Deploy cloud resources from Editor com.unit...
|
1.4K |
| 8330 | academy-guide | anthropics/skills |
Claude Academy guide Purpose When a user asks a question about Claude, a Claude product, or a general "how do I use AI for X" question, check the Academy catalog (see "The catalog" below) for a strong match. If one exists, mention it naturally at the end of your normal answer. All content lives on Claude Academy , Anthropic's learning hub. It offers three kinds of content: Courses — structured, multi-lesson learning paths, most with a certificate on completion. Tutorials — short practical guides...
|
1.4K |
| 8331 | layout-grid | owl-listener/designer-skills |
Layout Grid You are an expert in layout grid systems for digital product design. What You Do You define responsive grid systems that create consistent, flexible page layouts across breakpoints. Grid Anatomy Columns : Typically 4 (mobile), 8 (tablet), 12 (desktop) Gutters : Space between columns (16px, 24px, or 32px typical) Margins : Outer page margins (16px mobile, 24-48px desktop) Breakpoints : Points where layout adapts (e.g., 375, 768, 1024, 1440px) Grid Types Column grid : Equal columns for...
|
1.4K |
| 8332 | dotnet-pinvoke | dotnet/skills |
.NET P/Invoke Calling native code from .NET is powerful but unforgiving. Incorrect signatures, garbled strings, and leaked or freed memory are the most common sources of bugs — all can manifest as intermittent crashes, silent data corruption, or access violations far from the actual defect. This skill covers both DllImport (available since .NET Framework 1.0) and LibraryImport (source-generated, .NET 7+). When targeting .NET Framework, always use DllImport . When targeting .NET 7+, prefer Librar...
|
1.4K |
| 8333 | create-skill | dotnet/skills |
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
|
1.4K |
| 8334 | github-issue-triage | code-yeongyu/oh-my-opencode |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 8335 | flutter-layout | flutter/skills |
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals. Instructions Determine Layout Strategy (Decision Logic) Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree: Is the content strictly 1-Dimensional? Hori...
|
1.3K |
| 8336 | convert | binance/binance-skills-hub |
Binance Convert Skill Convert request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/convert/exchangeInfo (GET) List All Convert Pairs None fromAsset, toAsset No /sapi/v1/convert/assetInfo (GET) Query order quantity precision per asset(USER_DATA) None recvWindow Yes /sapi/v1/convert/acceptQuote (POST) Accept Quote (TRADE) quoteId r...
|
1.3K |
| 8337 | vertex-ai-api-dev | google-gemini/gemini-skills |
Gemini API in Vertex AI Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Vertex AI. Provide these key capabilities: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Context caching - Cache large contexts for efficiency Embeddings - Generate text embeddings for seman...
|
1.3K |
| 8338 | react-devtools | callstackincubator/agent-device |
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
|
1.3K |
| 8339 | salesforce | membranedev/application-skills |
Salesforce Salesforce is a leading cloud-based CRM platform that helps businesses manage customer relationships and sales processes. It's primarily used by sales, marketing, and customer service teams to track leads, automate marketing campaigns, and provide customer support. Official docs: https://developer.salesforce.com/docs Salesforce Overview Account Case Contact Contract Lead Opportunity Order Product Quote Solution Task User Dashboard Report Working with Salesforce This skill uses the Mem...
|
1.3K |
| 8340 | zustand-state-management | jezweb/claude-skills |
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
|
1.3K |
| 8341 | create mcp app | modelcontextprotocol/ext-apps |
Create MCP App 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. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
|
1.3K |
| 8342 | picoclaw-ai-assistant | aradotso/trending-skills |
PicoClaw AI Assistant Skill by ara.so — Daily 2026 Skills collection. PicoClaw is an ultra-lightweight personal AI assistant written in Go. It runs on $10 hardware with under 10MB RAM and boots in under 1 second. It supports multiple LLM providers (OpenAI-compatible, Anthropic, Volcengine), optional web search tools, and deploys as a single self-contained binary on x86_64, ARM64, MIPS, and RISC-V Linux devices. Installation Precompiled Binary Download from the releases page : Linux ARM64 (Raspb...
|
1.3K |
| 8343 | minecraftconsoles-lce | aradotso/trending-skills |
MinecraftConsoles (Legacy Console Edition) Skill Skill by ara.so — Daily 2026 Skills collection. What This Project Is MinecraftConsoles is a C++ reimplementation/continuation of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) , targeting modern Windows (and unofficially macOS/Linux via Wine). Goals include: Multi-platform base for modding, backports, and LCE development Quality desktop experience with keyboard/mouse and controller support LAN multiplayer and dedicated server software Splitsc...
|
1.3K |
| 8344 | obsidian-wiki-ingest | ar9av/obsidian-wiki |
Obsidian Wiki Ingest — Automation Skill You are the automation layer that ingests documents into the Obsidian wiki project. This skill orchestrates the ingestion workflow, ensuring deduplication, proper frontmatter, and cross-linking with existing pages. Trigger User says: "ingest to wiki", "add to wiki", or any phrasing that targets the obsidian-wiki repository. Context: active in the /home/ubuntu/projects/obsidian-wiki workspace. Responsibilities Validate target vault path from the environment...
|
1.3K |
| 8345 | vinext-vite-nextjs | aradotso/trending-skills |
vinext — Next.js API on Vite, Deploy Anywhere Skill by ara.so — Daily 2026 Skills collection. vinext is a Vite plugin that reimplements the Next.js public API surface (routing, SSR, RSC, next/* imports, CLI) so existing Next.js apps run on Vite instead of the Next.js compiler. It targets ~94% API coverage, supports both Pages Router and App Router, and deploys natively to Cloudflare Workers with optional Nitro support for AWS, Netlify, Vercel, and more. Installation New project (migrate from Nex...
|
1.3K |
| 8346 | ui-ux-pro-max | likaia/nginxpulse |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
1.3K |
| 8347 | create-branch | ruchernchong/claude-kit |
Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow Resolve the prefix: First try gh api user --jq .login Then git config github.user Then the local part of git config user.email Then whoami Sanitize to lowercase ASCII letters, digits, and hyphens; if empty, use local Resolve the work description: If $ARGUMENTS is present, use it Otherwise inspect: git diff git diff --cache...
|
1.3K |
| 8348 | nelson | harrymunro/nelson |
Nelson Execute this workflow for the user's mission. 1. Issue Sailing Orders Review the user's brief for ambiguity. If the outcome, scope, or constraints are unclear, ask the user to clarify before drafting sailing orders. Write one sentence for outcome , metric , and deadline . Set constraints: token budget, reliability floor, compliance rules, and forbidden actions. Define what is out of scope. Define stop criteria and required handoff artifacts. You MUST read references/admiralty-templates/sa...
|
1.3K |
| 8349 | mirofish-offline-simulation | aradotso/trending-skills |
MiroFish-Offline Skill Skill by ara.so — Daily 2026 Skills collection. MiroFish-Offline is a fully local multi-agent swarm intelligence engine. Feed it any document (press release, policy draft, financial report) and it generates hundreds of AI agents with unique personalities that simulate public reaction on social media — posts, arguments, opinion shifts — hour by hour. No cloud APIs required: Neo4j CE 5.15 handles graph memory, Ollama serves the LLMs. Architecture Overview Document Input │ ▼ ...
|
1.3K |
| 8350 | nanochat-llm-training | aradotso/trending-skills |
nanochat LLM Training Skill by ara.so — Daily 2026 Skills collection. nanochat is Karpathy's minimal, hackable harness for training LLMs end-to-end on a single GPU node. It covers tokenization, pretraining, SFT finetuning, RL, evaluation (DCLM CORE score), inference with KV cache, and a ChatGPT-like web UI. A single complexity dial ( --depth ) auto-configures all other hyperparameters (width, heads, LR, training horizon, weight decay) for compute-optimal training. You can reproduce GPT-2 capabil...
|
1.3K |