frostney

47 mods across 2 repositories, 22 stars between them.

codebase-design

01

frostney/GocciaScript

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

20 5d ago A 57 tokens copy · 100% MIT

create-issue

02

frostney/GocciaScript

Skill Claude CodeCodex

Investigates and creates a project-aligned GitHub issue from a tagline or short description, using the repository's template, evidence, and labels. Use when the user runs /create-issue or asks to file a GitHub issue.

20 5d ago A 51 tokens original MIT

create-pr

03

frostney/GocciaScript

Skill Claude CodeCodex

Commits relevant changes, opens a templated draft pull request, fills gaps against the repository's Definition of Ready, fixes CI, and marks it ready. Use when the user runs /create-pr.

20 5d ago A 43 tokens original MIT

create-release

04

frostney/GocciaScript

Skill Claude CodeCodex

Prepares a changelog-first release and, only when explicitly requested, publishes it through the repository's single established release path. Use when the user asks to prepare, cut, tag, or publish a release, bump the version, or generate release notes.

20 5d ago A 54 tokens original MIT

frostney/GocciaScript

Skill Claude CodeCodex

Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.

20 5d ago A 39 tokens copy · 100% MIT

domain-modeling

06

frostney/GocciaScript

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

20 5d ago A 34 tokens copy · 100% MIT

find-skills

07

frostney/GocciaScript

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

20 5d ago A 67 tokens copy · 83% MIT

git-workflow

08

frostney/GocciaScript

Skill Claude CodeCodex

Applies the user's git defaults: branch from the remote default, merge rather than rebase for ordinary branches, use native GitHub stacks when selected, never amend, and squash-merge pull requests. Use when branching, syncing, committing, pushing, or merging in the user's repos.

20 5d ago A 61 tokens original MIT

frostney/GocciaScript

Skill Claude CodeCodex

Validate GocciaScript engine issues against the project-specific test262 harness. Use alongside implement-issue for GocciaScript issues that mention test262, ECMA-262/ECMA-402 conformance, Intl, or parser compatibility flags.

20 5d ago A 58 tokens original MIT

grill-with-docs

10

frostney/GocciaScript

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

20 5d ago A 30 tokens copy · 100% MIT

grilling

11

frostney/GocciaScript

Skill Claude CodeCodex

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

20 5d ago A 38 tokens copy · 91% MIT

handoff

12

frostney/GocciaScript

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

20 5d ago A 19 tokens copy · 100% MIT

implement-idea

13

frostney/GocciaScript

Skill Claude CodeCodex

Turns an unfiled idea into a confirmed mini-spec, implements and validates the selected approach, reviews it, and opens a draft pull request. Use when the user runs /implement-idea or asks to build something without an existing issue.

20 5d ago A 52 tokens original MIT

implement-issue

14

frostney/GocciaScript

Skill Claude CodeCodex

Validates and implements a GitHub issue against current repository evidence, runs the project's completion gate, reviews the change, and opens a draft pull request. Use when the user runs /implement-issue with an issue number.

20 5d ago A 48 tokens original MIT

frostney/GocciaScript

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

20 5d ago A 32 tokens copy · 95% MIT

frostney/GocciaScript

Skill Claude CodeCodex

Applies the user's FreePascal toolchain and its build, formatting, hook, and test contracts while leaving project-specific mechanics local. Use when scaffolding or working in a FreePascal project that follows this toolchain.

20 5d ago A 51 tokens original MIT

prepare-release

17

frostney/GocciaScript

Skill Claude CodeCodex

Run all GocciaScript release-preparation tasks before /create-release — verify the build is green, sync docs and the website to source truth (numbers and claims), preview the changelog, run the conformance and generated-data checks, and open a prep PR — ending strictly before the version/changelog/tag work that…

20 5d ago A 96 tokens original MIT

frostney/GocciaScript

Skill Claude CodeCodex

Review GocciaScript retained VM profile reports from test262 and benchmark main-CI runs. Use when Codex is asked to inspect uploaded test262 or benchmark performance/profile artifacts, compare week-over-week or main-run trends, investigate aggregate/detailed profile data, or turn profiling findings into compiler…

20 5d ago A 96 tokens original MIT

project-structure

19

frostney/GocciaScript

Skill Claude CodeCodex

Applies the user's language-agnostic repository layout, documentation, governance, hook, test, agent-file, and changelog conventions. Use when scaffolding or restructuring a repo, writing AGENTS.md or docs, or laying out folders.

20 5d ago A 52 tokens original MIT

resolve-reviews

20

frostney/GocciaScript

Skill Claude CodeCodex

Resolve all PR review comments (human and bot) on current PR. Fetches unanswered comments, evaluates each one, fixes real issues, dismisses false positives, and replies to every comment with the outcome.

20 5d ago A 45 tokens copy · 100% MIT

review-pr

21

frostney/GocciaScript

Skill Claude CodeCodex

Resolves current pull-request review findings in place, validates and pushes fixes, and can autonomously converge and merge an opted-in pull request. Use when the user runs /review-pr or /review-pr automatic-merge.

20 5d ago A 47 tokens original MIT

roadmap-review

22

frostney/GocciaScript

Skill Claude CodeCodex

Reviews a roadmap from fresh project evidence and produces a verified, throughput-anchored version plan, with execution gated on confirmation. Use when reviewing a roadmap, planning releases, or sequencing a backlog.

20 5d ago A 43 tokens original MIT

run-retro

23

frostney/GocciaScript

Skill Claude CodeCodex

Reviews a completed workstream from conversation, repository, and forge evidence, maps lifecycle and ground-level timings, uses grilling to agree improvements to delivery speed, process, and codebase health, then applies selected documentation edits and follow-up ticket actions. Use when ending a substantial…

20 5d ago A 65 tokens original MIT

frostney/GocciaScript

Skill Claude CodeCodex

Applies the user's ambient engineering bar: current evidence, complete in-scope solutions, reuse, real validation, right-sized value, and maintainability. Use for planning, orchestrating, implementing, debugging, reviewing, refactoring, architecture, release delivery, or substantial technical investigation.

20 5d ago A 62 tokens original MIT