Instructions file CodexOpenCode
Instructions for jentic/jentic-public-apis, covering agents.md, repository structure, for ai coding agents, contributing and related standards.
Instructions file CodexOpenCode
Instructions for jentic/jentic-public-apis, covering agents.md, repository structure, for ai coding agents, contributing and related standards.
Settings file Claude Code
Agent settings declaring 17 allowed tools.
Cursor rule Cursor
Git commit message conventions and PR merge strategy for 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).
Instructions file
Instructions for jentic/jentic-one, covering claude.md, quick start, rules & guides, commands and project layout.
Instructions file Gemini CLI
Instructions for jentic/jentic-one: Otherwise, read AGENTS.md — this repo's canonical agent guidance.
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…
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…
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.
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…
Plugin Claude Code
Agent skill for scoring OpenAPI documents against the Jentic API AI Readiness Framework (JAIRF).
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing commitlint-before-commit.py. From 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.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
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…
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…
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…
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…
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…
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…
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.
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…
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…