Scan React and FastAPI apps for UI, accessibility, and integration bugs offline
Project overview
ui-ux-doctor scans React source and FastAPI code with only Python’s standard library, flagging dead controls, rendering problems, accessibility gaps, and integration mistakes such as unsafe CORS. A static mode reads source files, while a live mode uses an already installed browser to inspect the rendered DOM, contrast, labels, dialogs, console warnings, and failed requests. It needs no pip, npm, or network access, making it useful on locked-down machines.
Turn a project idea into a gated plan and verified implementation
Project overview
kickoff interviews the user to turn a one-line idea into a PRD and a cluster-based plan with measurable success criteria. The user approves before coding, Codex signs off each cluster as it lands, and a final regression pass plus an over-engineering audit closes the work. An Obsidian folder preserves detailed state across sessions. The skill expects related planning, frontend, audit, and authenticated Codex tools to be installed.
General skillFrontend developmentModel Context Protocol
sketch-inspector
@gslvly·TypeScript
Parse Sketch files into structured assets and implementation-ready layout data
Project overview
sketch-inspector converts Sketch documents into cleaned JSON, deduplicated image assets, and a LayoutIR describing flex, grid, absolute, or leaf structure. For large designs it splits the result into section files with a manifest, allowing an agent to implement manageable pieces before replacing markers in the main layout. The toolkit is designed for Claude Code, Cursor, and other agents and pairs with the official Sketch MCP server for HTML, CSS, React, or Vue work.
Introduce TypeScript incrementally into existing JavaScript projects
Project overview
introduce-ts inspects an existing JavaScript project to identify its bundler, framework, Babel use, and package manager, then creates a matching tsconfig and adjusts the build setup. It migrates one leaf utility first and runs type checking plus a build as a smoke test before explaining the next steps. The skill deliberately avoids converting every file at once, enabling strict mode immediately, or combining conflicting loaders. Projects already using TypeScript are skipped.
Design and troubleshoot LeanData routing, matching, tagging, and audit flows
Project overview
claude-leandata-skill gives Claude structured guidance for LeanData FlowBuilder routing, account matching, tagging, Audit Log diagnosis, and the differences between real-time and CCIO batch behavior. It can map fallback edges, explain administrator settings, and support certification preparation while grounding field names in a reference set built from official documentation. The skill targets Claude Cowork, and its recommendations still need checking against the organization’s actual configuration and platform version.
Launch a GitHub project with parallel research, assets, and a seven-day promotion plan
Project overview
github-launch-agent divides a GitHub launch among parallel agents that inspect the project, research comparable repositories, score naming and search choices, generate a social preview, and prepare README and release files. It can also set up GitHub Pages and produce a seven-day distribution calendar with ready-to-use copy. The skill is designed for Claude Code, Cowork, and Claude.ai, and trades a long sequential checklist for coordinated agents and a shorter launch session.
Build embedded HTML5 learning assets for the Knowledgeworker LMS
Project overview
kw-asset-skill combines a Claude Code or Antigravity skill with a manual playbook for creating interactive HTML5 learning assets for the Knowledgeworker LMS. It uses Vite and vanilla JavaScript, includes portable templates and reference material, and can scaffold an asset project from a setup command with a selected type. The result is intended to run inside Knowledgeworker, so authors need access to that LMS and its embedding interface rather than a generic web host.
Render glowing 3D brain regions and rotations from a natural-language prompt
Project overview
3d-brain-animations turns a sentence such as “rotating rat hippocampus” into a PNG figure or MP4 animation. It selects a BrainGlobe atlas, finds the named regions, builds a translucent brain scene with glow and lighting, and renders it headlessly in Blender so the agent does not need to write 3D code. More than 200 atlases support multiple species, making it useful for papers, teaching, and talks. Blender and atlas data remain required runtime dependencies.
Deploy a GTM container across HTML pages with backups
Project overview
install-tags-10dobro creates a shared gtm-loader.js and inserts the Google Tag Manager script plus noscript fallback into every HTML page in a directory. Re-running it avoids duplicate tags, each changed page receives a backup, and dry-run plus loader-path options help control the edit. The tool installs the container; GA4 and Meta Pixel tags are configured in the GTM interface afterward. A folder of HTML files and a GTM ID are the minimum requirements.
LibraryFinance, legal and complianceModel Context Protocol
shadow-mentor
@alex-jb·JavaScript
Chain and verify cryptographic evidence for AI-assisted credit decisions
Project overview
Shadow signs each credit decision with Ed25519 and chains attestations with SHA-256 so a later verifier can detect silent changes to the verdict, reason codes, model manifest, or committed inputs and outputs. The verdict engine uses deterministic rules, while LLM personas provide advisory rationale that cannot alter the decision. The project sends no telemetry and explicitly remains pre-1.0 rather than a compliance product. It is a research layer for lenders building an auditable decision narrative.
Screen SEC small-cap candidates before disciplined, falsifiable due diligence
Project overview
small-cap-deepdive starts from an investment theme or ticker, enumerates the relevant SEC filing universe, removes candidates with mechanical red flags such as going-concern risk or death-spiral dilution, and then ranks survivors for falsifiable due diligence. Runs keep manifests and valuation settings so results can be compared across versions, and the process forces disconfirmation rather than a one-sided story. The output is a landmine screen, not a buy list; human financial judgment remains essential.
Turns distant domains into curated, non-obvious ideas.
Project overview
open-collider helps Claude move beyond obvious brainstorms by combining distant domains and reference objects into a curated, ranked idea pool. It runs as a single Markdown skill with no server or external state, and asks about token cost before an intentionally large ideation pass.
Checks secrets, files, and repository hygiene before git push.
Project overview
safe-push-skill helps developers catch secret leaks and repository-hygiene problems before git push. It checks staged files, sensitive content, README freshness, and environment-example parity, then returns pass, warning, or block and stops high-risk pushes.
Turns a contest link into paper-backed, demo-ready project ideas.
Project overview
contest-idea-forge helps contest participants turn one contest link into feasible, research-backed project ideas. It gathers and deduplicates papers, checks prior art, technical soundness, citation validity, and team or demo constraints, then has Claude generate, challenge, and rank candidate ideas while deterministic Python handles fetching, paper search, and rendering.
Turns a vague software idea into a developer-ready brief.
Project overview
technical-intake helps a non-technical client clarify a vague software idea through an adaptive 25-question interview. It then produces a developer-ready specification, implementation prompt, working React or HTML mockup, tailored tool recommendations, and a project communication style suited to the domain and the client's technical level.
Writes and reviews enterprise B2B data-platform PRDs.
Project overview
atscale-prd-writer helps enterprise B2B data-platform teams turn a problem into a reviewable, buildable product document. It checks the problem statement, testable requirements, success metrics, and acceptance criteria, while keeping migration compatibility, API stability, multi-persona conflicts, and the operator control plane explicit and separating PRDs from design documents.
Runs AI projects through meaning, feasibility, and shipping gates.
Project overview
Quetzalcoatl helps a team decide why an AI project matters and whether it is feasible before execution. It compares alternatives, cross-checks decisions with Claude and GPT, records decisions and risks in resumable project documents and dashboards, and keeps sending, payment, deployment, and deletion behind a human approval gate.
General skillSecurity and privacyModel Context Protocol
solana-token-safety-skill
@GeckoVision·Python
Checks Solana token markets for manipulation before trading or launch.
Project overview
solana-token-safety-skill gives Solana agents a market-integrity second opinion before they trade or launch a token. It examines liquidity, holders, quotes, volume, and flow signals for fake market caps, wash activity, price bait, or a concentrated single-wallet float, then returns a block, caution, ok, or unknown verdict with human-readable reasons.