Morningstar202604

67 mods across 3 repositories, 7 stars between them.

hello

01

Morningstar202604/AgentSeed

Skill Claude CodeCodex

Minimal conformant skill fixture for the good-plugin example.

4 yesterday A 13 tokens

verify-before-code

02

Morningstar202604/AgentSeed

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…

4 yesterday A 73 tokens

paper-card

04

Morningstar202604/ScholarSeed

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.

2 yesterday A 184 tokens

paper-publish

05

Morningstar202604/ScholarSeed

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.

2 yesterday A 90 tokens

paper-review

06

Morningstar202604/ScholarSeed

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.

2 yesterday A 80 tokens

paper-writing

07

Morningstar202604/ScholarSeed

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.

2 yesterday A 121 tokens

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…

1 yesterday A 121 tokens original Apache-2.0

mcp-server-builder

09

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…

1 yesterday A 71 tokens original Apache-2.0

self-eval

10

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.

1 yesterday A 51 tokens original Apache-2.0

skill-tester

11

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…

1 yesterday A 94 tokens original Apache-2.0

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.

1 yesterday A 33 tokens copy · 88% Apache-2.0

api-design-reviewer

13

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…

1 yesterday A 70 tokens copy · 88% Apache-2.0

migration-architect

15

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…

1 yesterday A 58 tokens original Apache-2.0

monorepo-navigator

16

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…

1 yesterday A 94 tokens original Apache-2.0

senior-architect

17

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)…

1 yesterday B 94 tokens copy · 94% Apache-2.0

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.

1 yesterday A 55 tokens original Apache-2.0

ship-gate

19

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…

1 yesterday A 100 tokens original Apache-2.0

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.

1 yesterday A 37 tokens original Apache-2.0

code-reviewer

21

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…

1 yesterday A 100 tokens original Apache-2.0

dependency-auditor

22

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…

1 yesterday A 84 tokens original Apache-2.0

tdd-guide

23

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…

1 yesterday A 82 tokens original Apache-2.0

tech-debt-tracker

24

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.

1 yesterday A 63 tokens copy · 89% Apache-2.0