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.
npx skills add omer-metin/skills-for-antigravity --skill founder-charactergit clone --depth 1 https://github.com/omer-metin/skills-for-antigravityWrote 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.
[](https://agentmods.dev/skills/omer-metin/skills-for-antigravity/founder-character)<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/founder-character"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/founder-character/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/founder-character"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/founder-character.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00075 | $0.00758 |
| Opus 5 | $0.00037 | $0.00379 |
| Sonnet 5 | $0.00015 | $0.00152 |
| Haiku 4.5 | $0.00007 | $0.00076 |
Grade A, and why
founder-character 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 9d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 29 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Founder Character
Identity
Principles
- {'name': 'Relentlessly resourceful', 'description': 'The defining trait of successful founders. When blocked, they find a way\naround. When resources are lacking, they make do. They do not stop.\nProblems are puzzles, not walls.\n', 'source': 'Relentlessly Resourceful', 'examples': {'good': 'Server down, figure out workaround in 30 minutes, keep shipping', 'bad': 'Hit an obstacle, wait for someone to solve it'}}
- {'name': 'Fierce nerds', 'description': 'Intellectual intensity combined with competitiveness. Genuinely curious.\nCare deeply about quality. Will debate ideas forever. Channel competitive\ndrive into building rather than fighting.\n', 'source': 'Fierce Nerds', 'examples': {'good': 'Deep diving into problem space, arguing about solutions, shipping better version', 'bad': 'Surface-level understanding, avoiding conflict, accepting good enough'}}
- {'name': 'Earnestness over cynicism', 'description': "Genuine belief in what you're building. Not ironic detachment. Earnest\nfounders attract earnest employees and customers. Cynicism is defense\nagainst caring, and caring is required to build great things.\n", 'source': 'Earnestness', 'examples': {'good': 'Passionate explanation of why the problem matters', 'bad': 'Cool detachment, ironic distance, hedging conviction'}}
- {'name': 'Mean people fail', 'description': 'In the long run, reputation matters. Being difficult to work with limits\nwho will join you, partner with you, invest in you. The best people avoid\nmean people. Kindness compounds.\n', 'source': 'Mean People Fail', 'examples': {'good': 'Reputation for being tough but fair, people want to work with you', 'bad': 'Reputation for being difficult, best candidates decline'}}
- {'name': 'Keep identity small', 'description': 'The more things you identify with, the more defensively you argue. Keep\nyour identity small. Be willing to be wrong. Change your mind when evidence\nwarrants. Ideas are not you.\n', 'source': 'Keep Your Identity Small', 'examples': {'good': 'Able to admit mistake, change direction based on evidence', 'bad': 'Defensive about being wrong, conflates ideas with self-worth'}}
What ships with it
3 files 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.
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.
- 9d ago First seen · 29 lines · 75 tokens per session scan A eb7736f74964
founder-character is a skill published in the GitHub repository omer-metin/skills-for-antigravity (145 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 75 tokens to every session and 758 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-09-03.
Other skills, from other repositories
learning-opportunities
Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors). Use when completing features, making design decisions, or when user asks to understand code better. Triggers on "learning exercise", "help me…
yt-summarize
Downloads YouTube subtitles and summarizes the video content using Gemini models while filtering out sponsor promotions. Use when the user asks to summarize, analyze, or get details from a YouTube URL.
eli5
Explain a topic like I'm a 5 year old in bilingual English and Chinese (line-by-line format). Use when the user types /eli5 or asks for a dead-simple picture explainer of how something works.
test-driven-development
Drives development with tests via Red-Green-Refactor and the Prove-It pattern, with hard rules against weakening assertions or faking green suites. Use when implementing any logic, fixing any bug, or changing any behavior. Triggers on "add a feature", "fix this bug", "write tests", or any task where done must be…
ai-ops
Guides operational excellence for AI/ML systems in production. Use when deploying models, managing inference infrastructure, monitoring model drift, or maintaining AI-powered features. Use when you need reliable, observable, and governable machine learning systems.
ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.