findeck-release

findeck-release is a skill for Claude Code, Codex from fainaltn/findeck. It costs 71 tokens per session (718 once invoked), scanned A, original, MIT.

A document-review workflow that works on one specification document and only the higher-level or reference documents configured for it. It supports reference and revise actions and records history with reference-specific snapshots.

In plain words
What is it for?
Use it to inspect a configured target document, compare it with its reference documents, or revise it based on those references.
Why use it?
It helps keep a target document consistent with the documents that govern or inform it. Limiting the reading scope avoids mixing in unrelated documents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect a configured target document, compare it with its reference documents, or revise it based on those references.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fainaltn/findeck/findeck-release
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fainaltn/findeck --skill findeck-release
Clone the repo
git clone --depth 1 https://github.com/fainaltn/findeck

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for findeck-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/fainaltn/findeck/findeck-release.svg)](https://agentmods.dev/skills/fainaltn/findeck/findeck-release)
Your own site
<a href="https://agentmods.dev/skills/fainaltn/findeck/findeck-release"><img src="https://agentmods.dev/badge/skills/fainaltn/findeck/findeck-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.00718
Opus 5 $0.00036 $0.00359
Sonnet 5 $0.00014 $0.00144
Haiku 4.5 $0.00007 $0.00072

Measured 7d ago against content hash a5740191a9f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

findeck-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/release_findeck.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/findeck-release/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

findeck Release

Use this skill when the user wants to run the project-specific release flow for findeck.

What This Skill Does

This skill turns the current findeck workspace into a repeatable GitHub release path:

  1. Read and verify the project version
  2. Run release validation for web and Android
  3. Commit release changes on main
  4. Push main to GitHub
  5. Build the Android debug APK release artifact
  6. Create the matching GitHub release from the local release notes file and attach the APK

Default Version Sources

The release version should already be updated before running the final release step.

Primary version locations:

  • root package: package.json
  • workspace packages: apps/web/package.json, apps/server/package.json, packages/shared/package.json, packages/sdk/package.json
  • Android app: apps/android/app/build.gradle.kts

Release notes file:

  • docs/release-notes-v<version>.md

Default Release Validation

Run these checks before publishing:

npm run typecheck --workspace @findeck/web
npm run build --workspace @findeck/web
cd apps/android && ./gradlew :app:compileDebugKotlin

Preferred Command

Run:

./skills/findeck-release/scripts/release_findeck.sh

This command:

  • validates versions are aligned
  • runs release checks
  • builds the Android debug APK asset
  • stages release changes
  • commits Release v<version>
  • pushes main
  • pushes the matching git tag
  • creates GitHub release v<version>
  • uploads the APK asset to that GitHub release

Useful overrides:

./skills/findeck-release/scripts/release_findeck.sh --dry-run
./skills/findeck-release/scripts/release_findeck.sh --skip-release
./skills/findeck-release/scripts/release_findeck.sh --skip-apk
./skills/findeck-release/scripts/release_findeck.sh --notes-file docs/release-notes-v0.1.4.md

Guardrails

  • This flow is for findeck only; the release commit title must be Release v<version>
  • The Git branch must be main unless the user explicitly asks for something else
  • The release notes file must exist before release creation
  • The script must fail fast on version mismatches between root, workspace packages, and Android
  • The script should support --dry-run for safe preview
  • GitHub release creation should attach the prepared APK asset by default
  • SMB publication stays in apk-smb-sync; GitHub release attachment belongs here

Read the full file on GitHub · 90 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 90 lines · 71 tokens per session scan A a5740191a9f0

Subscribe to this mod's changes

findeck-release is a skill published in the GitHub repository fainaltn/findeck (1 stars, last pushed 4mo ago), licensed MIT. It adds 71 tokens to every session and 718 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

shepherd

Use when asked to shepherd, babysit, monitor, or poll open pull requests or merge requests, including triaging review feedback, CI failures, and routine follow-up.

chrisbanes/skills · 37 tokens

github

Search repositories, view issues, check PRs on GitHub. Use when: user asks about GitHub repos, issues, PRs, or wants to search GitHub. Don't use when: user wants general web search (use research skill) or asks about git concepts without GitHub context.

sepivip/SeekerClaw · 61 tokens

release-new-version

Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).

niki914/zafiro · 54 tokens

github-actions-multiplatform-release

Structure a GitHub Actions release pipeline for a multiplatform desktop app so one Linux runner cross-builds every platform's artifacts and a second, tiny macOS job does only the one step that genuinely requires macOS — with artifact handoff between them and no compilation on the costly runner; reach for it when your…

maxrave-dev/kotlin-footguns · 100 tokens

fixthis-release-smoke

Run FixThis release and trust-loop smoke checks.

beyondwin/FixThis · 16 tokens

android-release-bump

Bump Android release versions in app/build.gradle.kts, generate localized Play release notes, run verification, optionally run headless emulator smoke validation, commit/tag/push, build a signed AAB, and optionally upload to Google Play Internal Testing. Use when asked to cut a release, bump major/minor/patch (or…

zurche/agent-skills · 91 tokens