jentic

23 mods across 6 repositories, 500 stars between them.

jentic/jentic-public-apis

Instructions file CodexOpenCode

Instructions for jentic/jentic-public-apis, covering agents.md, repository structure, for ai coding agents, contributing and related standards.

253 2d ago A 375 tokens original CC0-1.0

jentic-one

02

jentic/jentic-one

Settings file Claude Code

Agent settings declaring 17 allowed tools.

173 3d ago A tokens not measured original Apache-2.0

git-conventions

03

jentic/jentic-one

Cursor rule Cursor

Git commit message conventions and PR merge strategy for jentic-one.

173 3d ago A 1,117 tokens original Apache-2.0

jentic/jentic-one

Instructions file CodexOpenCode

Instructions for jentic/jentic-one, covering agents.md, using jentic one (not changing it), in-repo guidance and filing an issue (not changing code).

173 3d ago C 1,322 tokens original Apache-2.0

jentic/jentic-one

Instructions file

Instructions for jentic/jentic-one, covering claude.md, quick start, rules & guides, commands and project layout.

173 3d ago A 3,095 tokens original Apache-2.0

jentic/jentic-one

Instructions file Gemini CLI

Instructions for jentic/jentic-one: Otherwise, read AGENTS.md — this repo's canonical agent guidance.

173 3d ago A 51 tokens original Apache-2.0

contribute-spec-fix

07

jentic/jentic-one

Skill Claude CodeCodex

Fix a broken OpenAPI spec in jentic-public-apis with an OpenAPI Overlay, validate it (spectral lint + idempotency check), and contribute it back via a PR to the community catalog. Falls back to applying the same overlay to the local Jentic registry if the user can't wait for maintainer approval, and closes the loop by…

173 3d ago A 138 tokens original Apache-2.0

import-new-api

08

jentic/jentic-one

Skill Claude CodeCodex

Import an API that is not yet in jentic-public-apis end to end — generate or find an OpenAPI spec from the vendor's docs, optionally import it into the local Jentic registry so the agent is unblocked immediately, publish it to the user's reusable public import-openapi-specs repo, and open the import issue that drives…

173 3d ago C 142 tokens original Apache-2.0

init-design

09

jentic/jentic-one

Skill Claude CodeCodex

Set up and carry out a new design in docs/design/designs/ /. Follows the conventions established in platform-actors — a brief README index, problem statement, scope, architecture decisions, open questions, and per-concern sub-documents. Ends with scaffolded stubs for each planned document.

173 3d ago A 0 tokens original Apache-2.0

jentic

10

jentic/jentic-one

Skill Claude CodeCodex

Use this skill whenever the user wants to work with a third-party or external API/tool through the Jentic platform — e.g. asks to "find the vessel-tracking API and add it", "get rows from this Google Sheet", connect Slack, import/search/discover an API, integrate or automate a SaaS, pull data from a service, or call…

173 3d ago A 144 tokens original Apache-2.0

PreToolUse

12

jentic/jentic-api-scorecard

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing commitlint-before-commit.py. From jentic/jentic-api-scorecard.

21 7d ago A tokens not measured original Apache-2.0

PostToolUse

13

jentic/jentic-api-scorecard

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing ruff-fix.sh, eslint-fix.sh, typescript-check.sh and hadolint-check.sh (4 commands). From jentic/jentic-api-scorecard.

21 7d ago A tokens not measured original Apache-2.0

review-community

15

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Review a pull request authored by someone other than the current GitHub user, applying the team's diplomatic review-comments tone. Use when the PR author's GitHub login differs from the current user's gh api user login. For own PRs, use the built-in /review directly. Detects authorship automatically and refuses on…

21 7d ago B 73 tokens original Apache-2.0

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Bootstrap the SDD constitution (specs/mission.md, specs/tech-stack.md, specs/roadmap.md) from current repository evidence. Refuses by default if any of the three files already exists — overwriting requires explicit confirmation via AskUserQuestion. Loads the constitution templates, runs parallel Explore subagents over…

21 7d ago A 149 tokens original Apache-2.0

sdd-distill-lessons

17

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Distil per-spec retrospectives into specs/lessons.md so future spec authoring absorbs the learning. Reads specs//retrospective.md, groups recurring patterns, surfaces candidate lessons and tech-stack.md promotion candidates via AskUserQuestion, writes confirmed additions to specs/lessons.md, then invokes /review…

21 7d ago A 76 tokens original Apache-2.0

sdd-implement-spec

18

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Implement an existing feature spec end-to-end — pick an unprocessed feature spec (one whose ## Phase N — ... heading in specs/roadmap.md does not yet carry the ✅ lifecycle marker), cut a feature branch, walk plan.md task groups in order with one primary atomic Conventional-Commits commit per group (plus optional small…

21 7d ago A 215 tokens original Apache-2.0

sdd-new-phase

19

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Append a new active phase to specs/roadmap.md. Parses existing phases (active and ✅-completed) to compute the next stable phase number per the lifecycle rule, grounds the proposal against specs/mission.md and specs/tech-stack.md, groups structured questions (goal, dependencies, priority) via AskUserQuestion, then…

21 7d ago A 137 tokens original Apache-2.0

sdd-new-spec

20

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Scaffold a feature spec for a roadmap phase and open it as a PR for human review. Reads specs/roadmap.md, lets the user pick a phase (or accepts one as argument), runs preflight checks, cuts a feature branch, writes specs/YYYY-MM-DD- / (requirements.md, plan.md, validation.md — grounded in specs/mission.md and…

21 7d ago A 141 tokens original Apache-2.0

jentic-api-improve

21

jentic/jentic-api-scorecard

Agent

Iterative OpenAPI improvement subagent. Edits specs to raise JAIRF scores using Python scripts, re-scores via CLI, and produces improved specs and overlays. Spawned by the jentic-api-improve skill — do not invoke directly.

21 7d ago A 56 tokens original Apache-2.0

jentic-api-improve

22

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Improve OpenAPI documents for AI-readiness by fixing issues and enriching content based on Jentic API AI-Readiness Framework (JAIRF) scoring. Use when you need to raise an API's quality score, fix diagnostics, or add missing descriptions/summaries/examples — whether directly requested ('improve my API', 'fix OpenAPI…

21 7d ago A 124 tokens original Apache-2.0

jentic/jentic-api-scorecard

Skill Claude CodeCodex

Use the @jentic/api-scorecard-cli to score an OpenAPI document against the Jentic API AI Readiness Framework (JAIRF). Use this skill whenever the user wants to score, grade, lint, or assess the AI-readiness / agent-readiness / quality of an OpenAPI (Swagger) spec — by local file or URL — or asks how to run the…

21 7d ago A 121 tokens original Apache-2.0