Back to authors
aiskillstore

aiskillstore

2083 Skills published on GitHub.

engineering-nba-data

Extracts, transforms, and analyzes NBA statistics using the nba_api Python library. Use when working with NBA player stats, team data, game logs, shot charts, league statistics, or any NBA-related data engineering tasks. Supports both stats.nba.com endpoints and static player/team lookups.

UncategorizedView skill →

executing-epic-workflow

Execute systematic feature development using EPIC methodology (Explore, Research, Plan, Validate, Implement, Review, Iterate). Use when building features, implementing complex tasks, or following structured development workflows. Delegates exploration, research, planning, validation, and review to specialized agents.

UncategorizedView skill →

generating-output-styles

Creates custom output styles for Claude Code that modify system prompts and behavior. Use when the user asks to create output styles, customize Claude's response format, generate output-style files, or mentions output style configuration.

UncategorizedView skill →

hook

Use PROACTIVELY when you need to create, update, configure, or validate Claude hooks for various events and integrations

UncategorizedView skill →

hooks-management

Use PROACTIVELY when you need to create, update, configure, or validate Claude hooks for various events and integrations

UncategorizedView skill →

implementation-review

Automatically 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".

UncategorizedView skill →

managing-project-rules

Creates and updates modular project rules for Claude Code in .claude/rules/ directory. Use when creating, updating, or modifying rule files, organizing project guidelines, setting up code standards, or when user mentions "create rules", "update rules", "add rules", or "rule configuration".

UncategorizedView skill →

reporting-issues

Use this skill when you need to report on a troubleshooting session

UncategorizedView skill →

reporting-sprints

Use this skill when you need to report on a sprint

UncategorizedView skill →

skills-creator

Creates and maintains Agent Skills with effective triggers and progressive disclosure. Use when user requests to create a skill, generate a SKILL.md, build custom capabilities, or mentions "create skill", "new skill", or "skill configuration".

UncategorizedView skill →

specs-creator

Use PROACTIVELY this skill when you need to create comprehensive PRDs, tech specs, and ux specs based on feature description. If the user specify "Create PRD", "Create Tech Specs", or "Create UX Specs", this skill must be triggered.

UncategorizedView skill →

tasks-generator

Generate structured task roadmaps from project specifications. Use when the user asks to create tasks, sprint plans, roadmaps, or work breakdowns based on PRD (Product Requirements Document), Tech Specs, or UI/UX specs. Triggers include requests like "generate tasks from PRD", "create sprint plan", "break down this spec into tasks", "create a roadmap", or "plan the implementation".

UncategorizedView skill →

tdd-vitest-typescript

Test-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.

UncategorizedView skill →

ux-prototyping

Create interactive single-file HTML prototypes for UX validation. Use when the user asks to create a prototype, mockup, or interactive wireframe based on specs/architecture/ux.md or any UX specification. Triggers include requests like "create a prototype", "build a prototype from the UX spec", "make an interactive mockup", "prototype the user flow", or "validate the UX".

UncategorizedView skill →

writing-config-files

Use this skill when you need to write configuration files in `src/config` for the Next.js app

UncategorizedView skill →

writing-data

Use this skill when you need to structure data in `srs/data` for the Next.js app

UncategorizedView skill →

writing-lib-functions

Use this skill when you need to write lib functions in `srs/lib` for the Next.js app

UncategorizedView skill →

writing-page-layout

Use this skill when you need to write code for a page layout in the Next.js

UncategorizedView skill →

writing-types

Use this skill when you need to write types and interfaces in `srs/types` for the Next.js app

UncategorizedView skill →

writing-utils

Use this skill when you need to write utility functions for the Next.js app

UncategorizedView skill →

enact-dice-roll-rust

Roll dice with configurable sides and count - a simple Rust example tool

UncategorizedView skill →

enact-docs-guide

LLM guide for creating, publishing, and running Enact tools

UncategorizedView skill →

enact-firecrawl

Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown

UncategorizedView skill →

enact-formatter

Formats and prettifies JSON with configurable indentation

UncategorizedView skill →

enact-hello-brainfuck

A greeting tool written entirely in Brainfuck - the esoteric programming language

UncategorizedView skill →

enact-hello-go

A simple Go greeting tool

UncategorizedView skill →

enact-hello-js

A simple JavaScript greeting tool

UncategorizedView skill →

enact-hello-python

A simple Python greeting tool

UncategorizedView skill →

enact-hello-ruby

A simple Ruby greeting tool

UncategorizedView skill →

enact-playwright

Browser automation tool using Playwright - captures screenshots and extracts content from web pages

UncategorizedView skill →

enact-text-summarizer

Analyzes text and provides word count, character count, and sentence statistics

UncategorizedView skill →

examples-code-reviewer

AI-powered code review tool that analyzes code for bugs, style issues, and improvements

UncategorizedView skill →

test-build-error

Tests error visibility for build step failures

UncategorizedView skill →

test-echo-tool

A tool that echoes its input for testing

UncategorizedView skill →

test-failing-test

A test tool that fails with visible output

UncategorizedView skill →

homeassistant-config

Create and manage Home Assistant YAML configuration files including automations, scripts, templates, blueprints, Lovelace dashboards, and file organization. Use when working with Home Assistant configuration files (.yaml, .yml) or discussing HA automations, scripts, sensors, or dashboards.

UncategorizedView skill →

gitea

Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.

UncategorizedView skill →

gitlab

GitLab operations via glab CLI. Use when user mentions: MR, merge request, gitlab issue, pipeline, CI status, glab, or when git remote shows gitlab.com or self-hosted GitLab.

UncategorizedView skill →

building-native-ui

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

UncategorizedView skill →

expo-api-routes

Guidelines for creating API routes in Expo Router with EAS Hosting

UncategorizedView skill →

expo-cicd-workflows

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

UncategorizedView skill →

expo-deployment

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes

UncategorizedView skill →

expo-dev-client

Build and distribute Expo development clients locally or via TestFlight

UncategorizedView skill →

expo-tailwind-setup

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

UncategorizedView skill →

native-data-fetching

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.

UncategorizedView skill →

upgrading-expo

Guidelines for upgrading Expo SDK versions and fixing dependency issues

UncategorizedView skill →

use-dom

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

UncategorizedView skill →

skill-lookup

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

UncategorizedView skill →

implement-design

Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.

UncategorizedView skill →

grimoire-polymarket

Queries Polymarket market data and CLOB state, and manages CLOB orders via the Grimoire venue CLI wrapper backed by the official Polymarket CLI.

UncategorizedView skill →

Page 39 of 42 · 2083 results