Generate and review React code against Feature-Sliced Design architecture rules.
Project overview
Keep frontend changes aligned with Feature-Sliced Design by checking layer hierarchy, downward-only imports, slice-level public APIs, segment folders, and naming conventions. The skill can also scaffold a component or feature slice with the expected structure. It supports React Router, Next.js, Remix, and Vite React, with partial coverage for Astro's pages layer.
Publish local HTML through a temporary tunnel, Pages hosting, or a custom domain.
Project overview
Start with the lightest launch option for a local HTML folder or development server: create a temporary Cloudflare Tunnel URL, move to a persistent Pages deployment when needed, and optionally connect a domain the user purchases separately. Tunnel links stop working with the process. Pages requires a Cloudflare account and API token, while domain purchase remains manual and automated DNS setup needs a separate scoped token.
Turn LinkedIn marketing briefs into model-specific image prompts and post copy.
Project overview
PixelPitch converts a LinkedIn visual brief into a prompt package tailored to the selected image model. It can include a main prompt, negative prompt where supported, dimensions and settings, a brand-alignment check, two creative variants, and accompanying post copy. Marketers can also provide brand colors, style preferences, audience details, and visual exclusions for more consistent output.
Generate consistent business PDFs from natural-language requests and validated data.
Project overview
doc-generator lets Claude collect the required fields, confirm them, and pass a JSON payload to a local deterministic renderer. It currently supports purchase orders, invoices, requests for quotation, and test request forms, with validation and computed totals handled outside the model. Local Python setup is required, and WeasyPrint may need Pango system libraries on macOS or Linux.
Collection or directoryPersonal and daily lifeClaude Code
claude-skill-japan-recs↗
@abalmeo
Research Japan restaurants and neighborhoods, then organize them into a usable trip plan.
Project overview
japan-recs supports both single-area restaurant research and multi-neighborhood trip planning. It can import places you already saved, add restaurants and activities around them, and organize results as Markdown, CSV, or Google Sheets with useful details and links. Markdown and CSV work directly, while Sheets output requires the Google Workspace CLI and OAuth setup.
Manage agent memory with decaying tiers, searchable Markdown, and progressive loading.
Project overview
Agent Memory organizes Markdown notes into a searchable vault with YAML metadata, relevance decay, and core-to-archive tiers. Agents can load only a description, a cached summary, or the full card, search different tiers by task depth, compress old session files, and inspect context-budget usage. Core memories remain manually controlled, and the basic engine has no required external dependency.
Classify idea files and move them from an inbox into structured workspace folders.
Project overview
inbox-triage scans an inbox directory, classifies each file as a project, learning item, experiment, archive candidate, or related asset, and presents the plan before changing anything. After confirmation, it can scaffold missing project folders, prepend triage metadata, move the files, and verify the result. It expects a workspace with the documented inbox, project, learning, sandbox, archive, and optional template directories.
Guide and lint TypeScript toward one strict, opinionated set of safer patterns.
Project overview
The TypeScript Narrows combines a Claude skill with an ESLint plugin to promote one consistent approach to type safety, async code, error handling, naming, immutability, and control flow. The skill covers guidance that cannot always be expressed as lint rules, while the plugin enforces the automatable subset in editors and CI. Either artifact can be used alone, but they are designed to complement each other.
Generate importable Flowise workflows with build instructions and connection diagrams.
Project overview
Flowise Workflow Generator turns a workflow description into an importable Flowise JSON file, step-by-step UI instructions, and a Mermaid or SVG diagram of node connections and data flow. It covers Chatflows plus AgentFlow V1 and V2, with templates for chatbots, RAG, API integrations, multi-agent supervision, database agents, and human approval. Users can adapt the generated structure to their chosen models, tools, and data sources.
Prioritize three active deals and draft stage-appropriate follow-ups each day.
Project overview
Deals reviews active opportunities in a Notion CRM and uses Gmail threads, Calendar meetings, and optional Obsidian contact notes to select three deals that need attention. It drafts concise follow-ups for each sales stage, updates next actions, and reports an overall deal snapshot. The workflow depends on a compatible Notion CRM plus Gmail and Google Calendar access.
Create tighter execution contracts for cheaper, better-scoped coding sessions.
Project overview
code-agent-finops helps diagnose coding sessions that drifted, spent too many credits, passed tests while violating design intent, or repeatedly reloaded excessive context. It produces a calibrated prompt contract for the next session with explicit scope, semantic requirements, validation boundaries, and a stop condition. The method works well for bounded implementation tasks rather than open-ended architecture or brainstorming.
Collection or directoryCode review and qualityClaude Code
claudeskills↗
@sharmasundip
Review REST, GraphQL, and gRPC specifications with scored, actionable feedback.
Project overview
This repository currently centers on API Design Reviewer, a skill for analyzing OpenAPI or Swagger specifications, GraphQL schemas, and gRPC proto files across ten design dimensions. It produces scored Markdown and interactive HTML reports that explain what should change and why. Evaluation cases are included to check the consistency of the review behavior.
Use documented Scoreplan API contracts and spreadsheet-based bulk imports.
Project overview
This skill and toolkit consolidate Scoreplan's v2 External, internal v2, and classic v1 API surfaces, including request schemas and a catalog of 109 endpoints. A Python utility can bulk-import actions, programs, projects, phases, and values from CSV or Excel, with a dry-run option for previewing requests. Creating indicators is not supported through the External API, and users must supply their own Scoreplan credentials.
Organize AI-assisted development with versioned prompts, context, and review.
Project overview
Prompt Driven Development treats prompts, persistent project context, and review criteria as maintained project artifacts rather than disposable chat input. It provides workflows for setup, research, planning, prompt generation, revision, review, and evaluation. Simple features can follow a short Context-to-Prompts-to-Review path, while complex work adds research and planning. The shared core is packaged for Claude Code, GitHub Copilot, Codex, and Google Antigravity.
Guide Claude through safer sports-betting and prediction-market app design
Project overview
betting-app-skill is a Claude skill for building sports-betting and prediction-market applications with Next.js and Supabase. It documents PostgreSQL schemas, RLS policies, an atomic bet-placement function, pari-mutuel odds, settlement, leaderboards, and fixes for stale data or join types. The repository is a development guide extracted from a reference application, not a hosted betting product or standalone wagering service.
Deploy and monetize MCP servers without building an access or billing layer.
Project overview
The Dock0 skill guides developers through connecting an existing remote MCP server or deploying a stdio server from GitHub onto managed infrastructure. It covers endpoint setup, API keys, rate limits, per-call pricing, public listings, wallet balance, earnings, Stripe-backed payouts, environment variables, logs, and redeploys. The guidance assumes the dock0 CLI is available when command-line operations are needed.
Turn a business idea into competitive research and a coding-ready blueprint.
Project overview
This skill first captures a business idea as a brief, then researches competitors, and finally creates a development blueprint with business and technical PRDs, database schemas, API contracts, module specifications, testing guidance, a multi-agent plan, and an implementation roadmap. The output is a structured set of documents and project scaffolding for later coding, not a finished application. Web search, Node.js with docx, and Python with openpyxl are required.
Analyze an existing app and turn feature gaps into prioritized implementation plans.
Project overview
The skill reads an application’s code, blueprint, or description, then identifies missing features, useful AI integrations, n8n automation opportunities, and library changes. It organizes the findings by priority and can generate detailed specifications for selected improvements, with implementation remaining an optional next step.