fak: Skill for Claude Code

.agents/skills/skill-lifecycle/SKILL.md

skill-lifecycle is a skill for Claude Code, Codex from anthony-chaudhary/fak. It costs 51 tokens per session (252 once invoked), scanned A, original, Apache-2.0.

A project skill for tracking how skills are used and moving unused skills into a restorable archive. It supports pinned skills and keeps a journal of these reversible changes.

In plain words
What is it for?
Use it to record skill usage, review which skills are idle, archive or restore skills, and exempt pinned skills from archiving.
Why use it?
It helps prevent unused skills from cluttering a project while ensuring they are never permanently deleted. Usage records make lifecycle decisions reviewable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is anthony-chaudhary/fak's own configuration. It tells Claude Code and Codex how to work on fak itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fak configures →

Reuse

Borrowing it

Nothing to install: this file belongs to anthony-chaudhary/fak. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/anthony-chaudhary/fak/main/.agents/skills/skill-lifecycle/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/anthony-chaudhary/fak

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 skill-lifecycle

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthony-chaudhary/fak/skill-lifecycle.svg)](https://agentmods.dev/skills/anthony-chaudhary/fak/skill-lifecycle)
Your own site
<a href="https://agentmods.dev/skills/anthony-chaudhary/fak/skill-lifecycle"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/fak/skill-lifecycle.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 252 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 6
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 11
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00051 $0.00252
Opus 5 $0.00026 $0.00126
Sonnet 5 $0.00010 $0.00050
Haiku 4.5 $0.00005 $0.00025

Measured today against content hash 30ba68741d55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-lifecycle 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 today.

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.

.agents/skills/skill-lifecycle/SKILL.md · 19 lines

What it actually says

Canonical project skill adapter

Load and follow ../../../.claude/skills/skill-lifecycle/SKILL.md. This generated discovery adapter contains no maintained workflow body.

Portability contract

  • The linked canonical SKILL.md is the single semantic workflow body for Claude, Codex, and fak-native loaders.
  • This adapter changes discovery only; it must not fork, summarize, or translate the workflow.
  • Harness-native invocation, permissions, hooks, model routing, and worker launch remain typed adapters outside the semantic body.
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. today Changed · +1 lines 30ba68741d55
  2. 8d ago First seen · 18 lines · 51 tokens per session scan A 5734042884b1

Subscribe to this mod's changes

skill-lifecycle is a skill published in the GitHub repository anthony-chaudhary/fak (37 stars, last pushed today), licensed Apache-2.0. It adds 51 tokens to every session and 252 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

go-expert

Use this skill when writing or reviewing Go code. Covers Go idioms, concurrency patterns, error handling, project structure, testing, benchmarks, and production-grade Go standards.

ApexIQ/skillsmith · 38 tokens

learn-from-sage

Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.

kirodotdev/KiroCrew · 56 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

nw-review-workflow

Detailed review process, v2 validation checklist, and scoring methodology for agent definition reviews.

nWave-ai/nWave · 21 tokens

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

a5c-ai/babysitter · 23 tokens

code-quality

Drive static-analysis code quality in pi-agent-dashboard with Biome (analyze → fix → test), in changed-files or whole-repo mode. Use when asked to "improve code quality", "lint and fix", "clean up warnings", "fix Biome issues", "run static analysis", or when setting a code-quality goal. Skip for one-line edits.

BlackBeltTechnology/pi-agent-dashboard · 77 tokens