Showing 30 of 119385 results
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
Provides expert guidance on fine-tuning and customizing large language models, from a collection of 65 skills and 9 workflows for full-stack developers.
InkOS is a multi-agent CLI (`@actalk/inkos`) that autonomously writes, audits, and revises novels through a Writer → Validator → Auditor → Reviser pipeline with configurable human review gates. Supports book creation, per-chapter writing/audit, and a continuous-production daemon, tracking subplots, emotional arcs, and character matrices.
Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading
Configures a `PreToolUse` hook in `.claude/settings.json` that inspects every Bash tool call and blocks `git` commands containing `--no-verify` or `--no-gpg-sign` by exiting with code 2. Prevents AI agents from bypassing pre-commit hooks, lint/test gates, and GPG signing policies.
Official Figma skill that creates and modifies native Figma content on the canvas, enabling AI agents to write directly to Figma files via the MCP server.
Teaches Claude to read, write, and validate HADS (Human-AI Document Standard) Markdown docs using four block types: `**[SPEC]**` (authoritative facts), `**[NOTE]**` (human context), `**[BUG]**` (symptom + fix), and `**[?]**` (unverified). Requires an AI manifest section so models know which blocks to read and which to skip.
Turn Claude Code into a persistent, self-directing agent system using only native features (crons, dispatch, built-in memory) and MCP servers, replacing standalone frameworks like Hermes and AutoGPT. Use when the user wants continuous autonomous operation, scheduled tasks, computer use, or an assistant that remembers context across sessions.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
from github/awesome-copilot
A collection of Claude Code skills covering framework-specific development expertise including FastAPI, Python, and other technologies with best practices.
from github/awesome-copilot
Academic writing and research methodology skill covering FINER research questions, literature reviews, grant proposals, citation management, and peer review preparation for researchers and graduate students
Go development skill for the samber/slog library, providing structured logging extensions and handlers for the standard slog package.
Generates structured Jupyter notebooks for experiments and tutorials using predefined templates and a helper script.
Looks up Daiso store-specific product stock through Daiso Mall's official store-search, product-search, and store-pickup-stock APIs (`searchStores` → `searchProducts` → `getStorePickupStock`), wrapped by the `daiso-product-search` Node package and an end-to-end `lookupStoreProductAvailability` helper. Asks for the store name and product keyword first when missing and explicitly notes that the official surfaces don't expose in-store aisle/shelf positions.
Provides end-to-end testing patterns with Playwright for full-stack Python/React applications, covering test structure, page object model, selector strategy (data-testid > role > label), wait strategies, auth state reuse, test data management, and CI integration.
Skill for generating and evaluating startup ideas using frameworks from 2 product leaders, covering personal experience mining, information differentiation, and the Why Now test
Track CJ대한통운 and 우체국 parcels by invoice number with official carrier endpoints, and structure the workflow around a carrier adapter that can grow to more couriers later.
에어코리아 기반 미세먼지/초미세먼지를 지역명 또는 위치 힌트로 조회한다. 기본 경로는 k-skill-proxy의 report endpoint다.
Use when the user asks for nearby restaurants or 근처 맛집. Always ask the user's current location first, then search official 블루리본 Blue Ribbon Survey ribbon restaurants near that location.
Go development skill for the samber/mo library, providing monadic types like Option and Result for error handling in Go.
Go development skill for the samber/ro library, providing reactive and observable data types for Go applications.
Enables Claude to conduct web research by providing structured action manuals and DOM elements for efficient browser automation across websites.
A Ghost Security skill for secrets scanning that performs context-aware assessment of detected secrets and credentials in your codebase.