aiskillstore
- 2.9k skills
- 0 followers
- 1 week ago last updated
- ▌ Generative Art · aiskillstore bundleCreating algorithmic, generative art using p5.js with seeded randomness and interactive parameter exploration.
- ▌ Standup Formatter · aiskillstore bundleUse when generating standup reports, daily updates, or team status summaries. Formats work activity into concise standup format.
- ▌ Py Alembic Patterns · aiskillstore bundleAlembic migration patterns for PostgreSQL. Use when creating migrations, reviewing autogenerated migrations, or handling schema changes safely.
- ▌ Py Fastapi Patterns · aiskillstore bundleFastAPI patterns for API design. Use when creating endpoints, handling dependencies, error handling, or working with OpenAPI schemas.
- ▌ React Observability · aiskillstore bundleLogging, error messages, and debugging patterns for React. Use when adding logging, designing error messages, debugging production issues, or improving code observability. Works for both React web and React Native.
- ▌ Rn Zustand Patterns · aiskillstore bundleZustand state management patterns for React Native. Use when working with Zustand stores, debugging state timing issues, or implementing async actions in Zustand.
- ▌
- ▌ Visual Engine Skill · aiskillstore bundleExtend and apply the Visual Experience Engine across landing pages, inspiration galleries, and demos using safe, persona-aware animations and layouts. Use when adding or modifying visual experiences.
- ▌ Email Assistant · aiskillstore bundleUser asks to read, check, or manage emails - User asks to reply to or send an email - User asks to draft an email response
- ▌ Browser Discovery · aiskillstore bundleBrowser automation for documentation discovery. Use when curl fails on JS-rendered sites, when detecting available browser tools, or when configuring browser-based documentation collection.
- ▌ Library Detection · aiskillstore bundleDetect project stack from package manifests (package.json, pyproject.toml, go.mod, Cargo.toml, pubspec.yaml, CMakeLists.txt). Auto-identify frameworks, test tools, and build systems for onboarding.
- ▌ Recursive Knowledge · aiskillstore bundleProcess large document corpora (1000+ docs, millions of tokens) through knowledge graph construction and stateful multi-hop reasoning. Use when (1) User provides a large corpus exceeding context limits, (2) Questions require connections across multiple documents, (3) Multi-hop reasoning needed for complex queries, (4) User wants persistent queryable knowledge from documents. Replaces brute-force document stuffing with intelligent graph traversal.
- ▌ Code Explainer · aiskillstore bundleExplain complex code to team members in clear, understandable terms for effective knowledge shari...
- ▌ Code Formatter · aiskillstore bundleAutomatically format code across multiple languages with opinionated configurations.
- ▌ Data Validator · aiskillstore bundleValidate data against schemas, business rules, and data quality standards.
- ▌ Webhook Tester · aiskillstore bundleTest webhook integrations locally with tunneling, inspection, and debugging tools.
- ▌ Parametric Scribe · aiskillstore bundleEnables "Time Machine" coding. Records tasks as a Recipe and allows intelligent replay/modification of history.
- ▌ Obsidian Plan Wiki · aiskillstore bundleThis skill should be used when creating or working with modular project plans stored as Obsidian-compatible markdown wikis. Use when the user asks to create a plan, roadmap, or documentation system that needs to be navigable in Obsidian, or when working with existing plan wikis that use the %% [ ] %% task tracking format.
- ▌ Superpower Zustand · aiskillstore bundleMANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation
- ▌ Ownership Gate · aiskillstore bundleVerify the junior can explain and defend every line of code they wrote. This gate BLOCKS completion if failed.
- ▌ Summon Daem0n · aiskillstore bundleGuide for initializing and consolidating Daem0n-MCP across project structures
- ▌ Device Management · aiskillstore bundleManage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
- ▌ UI Style Guide · aiskillstore bundleFrontend coding standards, component patterns, and design system for the Guessimate Angular UI. Reference when writing or reviewing frontend code.
- ▌ Accessibility Auditor · aiskillstore bundleWeb accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA compliance. Expert in semantic HTML, keyboard navigation, and assistive technology compatibility.
- ▌ Frontend Accessibility · aiskillstore bundleImplement accessible user interfaces with semantic HTML, keyboard navigation, sufficient color contrast, screen reader support, ARIA attributes, and proper focus management. Use this skill when creating or editing React components (.tsx, .jsx files), when implementing forms with labels and inputs, when building interactive elements (buttons, modals, menus, dialogs), when implementing keyboard navigation, when choosing colors and ensuring contrast ratios, when adding ARIA attributes, when testing with screen readers, when implementing focus states and focus management, or when creating heading structures and page landmarks.
- ▌ Flow Finishing Branch · aiskillstore bundleDecide how to complete a development branch: merge, PR, squash, or cleanup.
- ▌ Flow Receiving Review · aiskillstore bundleHandle code review feedback with technical rigor. Don't blindly agree - verify before implementing.
- ▌ Ultrathink Trigger · aiskillstore bundleAuto-escalate reasoning depth for complex problems. Use proactively when encountering architecture, debugging, or unfamiliar code.
- ▌ Functionality Audit · aiskillstore bundleValidates that code actually works through sandbox testing, execution verification, and systematic debugging. Use this skill after code generation or modification to ensure functionality is genuine rather than assumed. The skill creates isolated test environments, executes code with realistic inputs, identifies bugs through systematic analysis, and applies best practices to fix issues without breaking existing functionality. This ensures code delivers its intended behavior reliably.
- ▌ Interactive Planner · aiskillstore bundleUse Claude Code's interactive question tool to gather comprehensive requirements through structured multi-select questions
- ▌ Micro Skill Creator · aiskillstore bundleRapidly creates atomic, focused skills optimized with evidence-based prompting, specialist agents, and systematic testing. Each micro-skill does one thing exceptionally well using self-consistency, program-of-thought, and plan-and-solve patterns. Enhanced with agent-creator principles and functionality-audit validation. Perfect for building composable workflow components.
- ▌ Skill Creator Agent · aiskillstore bundleCreates Claude Code skills where each skill is tied to a specialist agent optimized with evidence-based prompting techniques. Use this skill when users need to create reusable skills that leverage specialized agents for consistent high-quality performance. The skill ensures that each created skill spawns an appropriately crafted agent that communicates effectively with the parent Claude Code instance using best practices.
- ▌ Sop API Development · aiskillstore bundleComplete REST API development workflow coordinating backend, database, testing, documentation, and DevOps agents. 2-week timeline with TDD approach.
- ▌ Architecture Synthesis · aiskillstore bundleGenerate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.
- ▌ Harness Model Protocol · aiskillstore bundleAnalyze the protocol layer between agent harness and LLM model. Use when (1) understanding message wire formats and API contracts, (2) examining tool call encoding/decoding mechanisms, (3) evaluating streaming protocols and partial response handling, (4) identifying agentic chat primitives (system prompts, scratchpads, interrupts), (5) comparing multi-provider abstraction strategies, or (6) understanding how frameworks translate between native LLM APIs and internal representations.
- ▌ Accessibility Wcag · aiskillstore bundleEnforce WCAG 2.2 accessibility standards. Use when creating UI components, reviewing frontend code, or when accessibility issues are detected. Covers semantic HTML, ARIA, keyboard navigation, and color contrast.
- ▌ Performance Vitals · aiskillstore bundleEnforce Core Web Vitals optimization. Use when building user-facing features, reviewing performance, or when Lighthouse scores drop. Covers LCP, FID/INP, CLS, and optimization techniques.
- ▌ Prompt Engineering · aiskillstore bundleAdvanced prompt engineering techniques for optimal AI responses. Use this when crafting prompts, optimizing AI interactions, or designing system prompts for applications.
- ▌ Structured Logging · aiskillstore bundleImplement JSON-based structured logging for observability. Use when setting up logging, debugging production issues, or preparing for log aggregation (ELK, Datadog). Covers log levels, context, and best practices.
- ▌ Create Worktree Skill · aiskillstore bundleUse when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
- ▌ Thiserror Expert · aiskillstore bundleProvides guidance on creating custom error types with thiserror, including proper derive macros, error messages, and source error chaining. Activates when users define error enums or work with thiserror.
- ▌ Implementation Review · aiskillstore bundleAutomatically trigger review agents after task completion. Use when strategic-planner finishes planning tasks (calls plan-consultant) or when main agent completes coding tasks in /implement workflow (calls code-reviewer). Triggers on phrases like "plan complete", "implementation done", "coding finished", "ready for review".
- ▌ Tdd Vitest Typescript · aiskillstore bundleTest-Driven Development (TDD) using Vitest and TypeScript. Use when the user requests help with TDD, writing tests before code, test-first development, Vitest test setup, TypeScript testing patterns, unit testing, integration testing, or following the Red-Green-Refactor cycle with Vitest.
- ▌ Enact Firecrawl · aiskillstore bundleScrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
- ▌
- ▌ AI Voice Cloning · aiskillstore bundleAI voice generation, text-to-speech, and voice synthesis via inference.sh CLI. Models: Kokoro TTS, DIA, Chatterbox, Higgs, VibeVoice for natural speech. Capabilities: multiple voices, emotions, accents, long-form narration, conversation. Use for: voiceovers, audiobooks, podcasts, video narration, accessibility. Triggers: voice cloning, tts, text to speech, ai voice, voice generation, voice synthesis, voice over, narration, speech synthesis, ai narrator, elevenlabs alternative, natural voice, realistic speech, voice ai
- ▌ Scientific Writing · aiskillstore bundleCore skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.
- ▌ Flutter Animations · aiskillstore bundleComprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animations. Includes workflow for choosing the right animation type, implementation patterns, and best practices for performance and user experience.
- ▌ Azure Observability · aiskillstore bundleAzure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports.
- ▌ Antigravity Workflows · aiskillstore bundleOrchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.
- ▌ Azure AI Voicelive TS · aiskillstore bundleAzure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant TypeScript", "bidirectional audio", "speech-to-speech JavaScript".
- ▌ Azure Eventhub Dotnet · aiskillstore bundleAzure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming", "EventHubProducerClient", "EventProcessorClient", "send events", "receive events", "checkpointing", "partition".
- ▌ Azure Identity Dotnet · aiskillstore bundleAzure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials. Triggers: "Azure Identity", "DefaultAzureCredential", "ManagedIdentityCredential", "ClientSecretCredential", "authentication .NET", "Azure auth", "credential chain".
- ▌ Azure Storage Blob TS · aiskillstore bundleAzure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerClient", "upload blob", "download blob", "SAS token", "block blob".
- ▌ Broken Authentication · aiskillstore bundleThis skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate ...
- ▌ Confluence Automation · aiskillstore bundleAutomate Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio). Always search tools first for current schemas.
- ▌ Ddd Tactical Patterns · aiskillstore bundleApply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants.
- ▌ Hig Components Layout · aiskillstore bundleApple Human Interface Guidelines for layout and navigation components. Use this skill when the user asks about sidebar, split view, tab bar, tab view, scroll view, window design, panel, list view, table view, column view, outline view, navigation structure, app layout, boxes, ornaments, or organizing content hierarchically in Apple apps. Also use when the user says how should I organize my app, what navigation pattern should I use, my layout breaks on iPad, how do I build a sidebar, should I use tabs or a sidebar, or my app doesn't adapt to different screen sizes. Cross-references: hig-foundations for layout/spacing principles, hig-platforms for platform-specific navigation, hig-patterns for multitasking and full-screen, hig-components-content for content display.
- ▌ Hig Components Search · aiskillstore bundleApple HIG guidance for navigation-related components including search fields, page controls, and path controls. Use this skill when the user says "how should search work in my app," "I need a breadcrumb," "how do I paginate content," or asks about search field, search bar, page control, path control, breadcrumb, navigation component, search UX, search suggestions, search scopes, paginated content navigation, or file path hierarchy display. Cross-references: hig-components-menus, hig-components-controls, hig-components-dialogs, hig-patterns.
- ▌ Hig Components Status · aiskillstore bundleApple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings. Use this skill when asked about: "progress indicator", "progress bar", "loading spinner", "status bar", "activity ring", "progress display", determinate vs indeterminate progress, loading states, or fitness tracking rings. Also use when the user says "how do I show loading state," "should I use a spinner or progress bar," "what goes in the status bar," or asks about activity indicators. Cross-references: hig-components-system for widgets and complications, hig-inputs for gesture-driven progress controls, hig-technologies for HealthKit and activity ring data integration.
- ▌ Hig Components System · aiskillstore bundleApple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts. Use when asked about: "widget design", "live activity", "notification design", "complication", "home screen quick action", "top shelf", "watch face", "app clip", "app shortcut", "system experience". Also use when the user says "how do I design a widget," "what should my notification look like," "how do Live Activities work," "should I make an App Clip," or asks about surfaces outside the main app. Cross-references: hig-components-status for progress in widgets, hig-inputs for interaction patterns, hig-technologies for Siri and system integration.
- ▌ Linux Shell Scripting · aiskillstore bundleThis skill should be used when the user asks to "create bash scripts", "automate Linux tasks", "monitor system resources", "backup files", "manage users", or "write production she...
- ▌ Shodan Reconnaissance · aiskillstore bundleThis skill should be used when the user asks to "search for exposed devices on the internet," "perform Shodan reconnaissance," "find vulnerable services using Shodan," "scan IP ranges...
- ▌ SQL Injection Testing · aiskillstore bundleThis skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database information through injection", "detect SQL injection flaws", or "exploit database query vulnerabilities". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.
- ▌ Terraform AWS Modules · aiskillstore bundleTerraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.
- ▌ Skywork Music Maker · aiskillstore bundleCreate professional music with Mureka AI API — songs, instrumentals, and lyrics from natural language descriptions in any language. Use when users want to generate a song, create a beat or instrumental, write lyrics, clone vocals, upload reference tracks, or do anything related to AI music creation, even casual requests like "make me a chill lo-fi beat".
- ▌ Agentic Workflow · aiskillstore bundlePractical AI agent workflows and productivity techniques. Provides optimized patterns for daily development tasks such as commands, shortcuts, Git integration, MCP usage, and session management.
- ▌ Code Refactoring · aiskillstore bundleSimplify and refactor code while preserving behavior, improving clarity, and reducing complexity. Use when simplifying complex code, removing duplication, or applying design patterns. Handles Extract Method, DRY principle, SOLID principles, behavior validation, and refactoring patterns.
- ▌ State Management · aiskillstore bundleImplement state management patterns for frontend applications. Use when managing global state, handling complex data flows, or coordinating state across components. Handles React Context, Redux, Zustand, Recoil, and state management best practices.
- ▌
- ▌ Background Remover · aiskillstore bundleAI Background Removal - Remove background from images, create transparent PNG, one-click background remover for e-commerce product photos, portrait headshots, design materials. Supports JPG, PNG, WebP local files and remote URLs.
- ▌ Web Component Design · aiskillstore bundleMaster React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.
- ▌ Design Exploration · aiskillstore bundle新功能设计探索流程。当用户有模糊想法要做新功能/新模块时使用。通过"需求收敛 → 技术调研 → ASCII 批量探索 → HTML 设计稿 → 全状态覆盖 → 需求总结"的结构化流程,从模糊想法产出可交付的设计参考文档,作为 PRD 阶段的输入。
- ▌ Github Repo Search · aiskillstore bundle帮助用户搜索和筛选 GitHub 开源项目,输出结构化推荐报告。当用户说"帮我找开源项目"、"搜一下GitHub上有什么"、"找找XX方向的仓库"、"开源项目推荐"、"github搜索"、"/github-search"时触发。
- ▌ Vision Exploration · aiskillstore bundle终局愿景探索。用户抛出一个模糊 idea,AI 主导引导,通过"追问价值 → 挖掘动机 → 推导演化 → 画终局"的链路,帮用户看到未来最远的可能性。不设限,不收敛,纯发散。
- ▌ Ngx Funnel Criteria · aiskillstore bundleCriterios de evaluación para auditorías de funnel NGX, incluyendo checklist visual, UX, copy y conversión
- ▌ Dead Code Removal · aiskillstore bundleDetects and safely removes unused code (imports, functions, classes) across multiple languages. Use after refactoring, when removing features, or before production deployment. Includes safety checks and validation.
- ▌ Web Accessibility · aiskillstore bundleWeb accessibility compliance specialist. Use when conducting WCAG compliance audits, testing screen reader compatibility, validating keyboard navigation, or ensuring inclusive design. Focuses on WCAG 2.1/2.2 standards.
- ▌ Notebooklm Slides · aiskillstore bundleGenerate pedagogically-aligned slide decks from educational content using NotebookLM. Use when creating chapter slide presentations with proficiency-calibrated prompts. NOT for static slides or non-educational presentations.
- ▌ Summary Generator · aiskillstore bundleThis skill should be used when generating lesson summaries for educational content. It extracts key concepts, mental models, patterns, and common mistakes from lesson markdown files using a Socratic extraction process. Use this skill when a lesson file needs a `.summary.md` companion file, or when reviewing/refreshing existing summaries.
- ▌ AI Handler · aiskillstore bundleIntegrate Replicate AI models with background processing, S3 storage, and credit systems
- ▌ Copywriter · aiskillstore bundleWrite high-converting, punchy, and professional copy for landing pages, emails, and marketing materials.
- ▌ DB Handler · aiskillstore bundleManage database schemas, Drizzle ORM, migrations, and data modeling. Use when creating tables, modifying columns, or planning database changes.
- ▌ UI Handler · aiskillstore bundleImplement UI using Shadcn MCP (atoms/theme) and 21st.dev MCP (complex sections). Use when adding buttons, layouts, or generating landing pages.
- ▌ Rust Development · aiskillstore bundleRust development best practices for the Guts project - idiomatic code, error handling, async patterns, and commonware integration
- ▌
- ▌ Format Standardize · aiskillstore bundleStandardize formatting and apply consistent style to the deliverable. Use after generation to ensure the output matches the user's formatting standards and conventions.
- ▌ Manager Planner · aiskillstore bundleOrchestrates Pukaist agents, enforces plan-first workflow, runs integrity tests, and delegates tasks; use for coordination or system audits.
- ▌ Elite Mvp Master · aiskillstore bundleTop 1% development standard for OC Pipeline and federal-grade construction software. Use when Bill asks to build features, fix bugs, write code, create components, or do any software development work. Activates for requests involving Supabase, Vercel, React, Node.js, database work, API development, or any coding tasks for OC Pipeline or related projects.
- ▌ Parallel Task Spark · aiskillstore bundleOnly to be triggered by explicit /parallel-task-spark commands.
- ▌ Metacognitive Guard · aiskillstore bundleMonitors Claude's responses for struggle signals and suggests escalation to deep-thinking agents when complexity exceeds comfortable reasoning capacity.
- ▌ Animated Focus · aiskillstore bundleThis document captures learnings from fixing keyboard navigation issues when floating components (Select, DropdownMenu, Popover) have CSS open/close animations.
- ▌ Add Backend Tool · aiskillstore bundleAdd a new tool to the backend OpenAI function calling system. Use when user mentions "new tool", "add tool", "backend function", "agent capability", or wants to extend what the AI agent can do.
- ▌ Blocklet Converter · aiskillstore bundleConverts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.
- ▌ Trpc Scaffolder · aiskillstore bundleScaffolds tRPC routers, procedures, and Zod schemas with full type safety following DevPrep AI patterns
- ▌ Nextjs Optimization · aiskillstore bundleOptimize Next.js 15 applications for performance, Core Web Vitals, and production best practices using App Router patterns
- ▌ Internal Comms · aiskillstore bundleProfessional internal communications creation and management with templates for status reports, newsletters, announcements, team updates, and cross-functional communication. Use for: (1) Weekly/monthly status reports, (2) Company newsletters, (3) All-hands announcements, (4) Team updates, (5) Policy communications, (6) Change management communications, (7) Recognition and celebrations
- ▌ Iterative Runner · aiskillstore bundleRuns Claude in a retry loop until tests pass or task completes. Use for TDD loops, overnight builds, or any task needing repeated iteration until success. Triggers on: loop until done, keep trying, retry until pass, TDD loop, iterate until tests pass.
- ▌ Reasoning Abductive · aiskillstore bundleGenerate and evaluate explanatory hypotheses from incomplete observations. Use when diagnosing anomalies, explaining unexpected outcomes, or inferring causes from effects. Produces ranked hypotheses with evidence and confidence scores.
- ▌ Reasoning Inductive · aiskillstore bundleExtract patterns and generalizations from multiple observations. Use when detecting recurring themes, building predictive rules, or identifying systemic behaviors from accumulated data. Produces validated patterns with confidence bounds and exception handling.