hello
01Skill Claude CodeCodex
Minimal conformant skill fixture for the good-plugin example.
Skill Claude CodeCodex
Minimal conformant skill fixture for the good-plugin example.
Skill Claude CodeCodex
Guardrail for coding agents. Loads the SDD contract and the prompt pool before code is written, then calls the agentseed MCP server's verifycode and scanhallucination tools; a task may only be marked complete when both pass and the completion report attaches evidence. Use whenever the agent writes, edits, or claims…
Skill Claude CodeCodex
A literature-search guide for finding and checking academic papers before writing.
Skill Claude CodeCodex
A paper-reading skill that turns one research paper—provided as a PDF, DOI, arXiv link, web page, or pasted text—into a structured 16-part evidence card. It covers the paper’s question, method, evidence, limits, and connections to other ideas.
Skill Claude CodeCodex
A workflow for adapting completed articles or papers to a target publication platform, such as a journal, technical blog, arXiv, or a Chinese publishing site.
Skill Claude CodeCodex
A pre-submission review process for research papers, combining critical peer review with copy editing. It checks whether claims are supported by evidence, asks ten reviewer questions, and stress-tests the draft from an opposing perspective.
Skill Claude CodeCodex
A Chinese-language workflow for producing research papers from topic selection through final checks. It covers research, outlining, writing, charts, citations, formatting, and review, with required checks between stages.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Use when adding, retiring, or auditing feature flags. Triggers on "add a flag", "ship behind a flag", "rollout plan", "kill switch", "stale flags", "flag debt", "LaunchDarkly", "GrowthBook", "Statsig", "Unleash", "Flipt", or any progressive-delivery question. Ships flag debt scanner, rollout planner, and kill-switch…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Design and ship production-ready MCP (Model Context Protocol) servers from OpenAPI contracts instead of hand-written tool wrappers. Python and TypeScript support, schema validation, safe evolution. Use when exposing an existing API as an MCP server, building tool integrations for Claude or Codex or Cursor, or…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Honestly evaluate AI work quality using a two-axis scoring system. Use after completing a task, code review, or work session to get an unbiased assessment. Detects score inflation, forces devil's advocate reasoning, and persists scores across sessions.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Validate, test, and score the quality of skills within the claude-skills ecosystem. Comprehensive meta-skill: structure validation, Python script testing (syntax + imports + runtime + output format), multi-dimensional quality scoring with letter grades and tier classification (BASIC/STANDARD/POWERFUL). Use when…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Reference BASIC-tier skill: text analysis and transformation with word/character statistics, case transforms, batch processing, and dual JSON/human output.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Navigate, manage, and optimize monorepos. Covers Turborepo, Nx, pnpm workspaces, and Lerna. Cross-package impact analysis, selective builds/tests on affected packages, remote caching, dependency graph visualization, and structured multi-repo to monorepo migrations. Use when setting up a new monorepo, optimizing CI for…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs)…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use when setting up CI for a new project, refactoring existing pipelines, or standardizing deployment workflows across multiple repos.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for "run ship gate", "am I ready to ship", "pre-launch audit", "can I deploy", "push…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Use when the user asks to write specs before code, define acceptance criteria, plan features before implementation, generate tests from specifications, or follow spec-first development practices.
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Automated static-analysis engine for code changes and files in TypeScript, JavaScript, Python, Go, Swift, Kotlin, C#, .NET, Java, C, C++, Rust, Ruby, PHP, and Dart/Flutter. Detects complexity, risk, hardcoded secrets, SQL injection, and SOLID violations; generates review reports. Use for deterministic code analysis of…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Audit and manage dependencies across multi-language projects. Identifies vulnerabilities, license conflicts, transitive dependency risks, and safe-upgrade paths. Use when auditing third-party packages before release, investigating a CVE, planning a major version bump, or running a license-compliance review. Examples…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions…
Morningstar202604/awesome-skillkit
Skill Claude CodeCodex
Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation.