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 agentmods add skills/lamantinai/mayak/initialize-projectnpx skills add LamantinAI/mayak --skill initialize-projectgit clone --depth 1 https://github.com/LamantinAI/mayakWrote 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/lamantinai/mayak/initialize-project)<a href="https://agentmods.dev/skills/lamantinai/mayak/initialize-project"><img src="https://agentmods.dev/badge/skills/lamantinai/mayak/initialize-project.svg" alt="Measured on agentmods" 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 | $0.00060 | $0.01387 |
| Opus 5 | $0.00030 | $0.00694 |
| Sonnet 5 | $0.00012 | $0.00277 |
| Haiku 4.5 | $0.00006 | $0.00139 |
Grade A, and why
initialize-project 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 4d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Initialize Project
One-shot bootstrap of a checkout: install the toolchain, then replace the template's identity with
this service's own. The second half is the part that gets skipped, and the cost lands later — an
OpenAPI page titled "Mayak API" in production, or uv lock --check failing in a gate that has
nothing to do with what you were changing.
When to use it
- The user asks to initialize or bootstrap the repository.
- The user wants local development setup.
- The user wants
.envcreated from.env.samplewithout overwriting an existing file.
Workflow
make init-project. It runs./dev_setup.sh(dependencies, git hooks,.envfrom.env.sampleonly if absent), thenbootstrapandoverview, thenworkset diffwhen the worktree already has changes. It is idempotent — an existing.envis never overwritten.- Decide whether this repository is the template or a project built from it. If it is the template, stop here. Everything below assumes it is a new service.
- Replace the identity in all six places below.
make update-deps— this isuv lock, and it is what makes step 3'spyproject.tomlrename real. Skipping it leavesuv.locknaming the template package, anduv lock --check— the first line ofmake quality-gates— fails on a file you did not touch.make refresh-generated-docs.docs/project_map.mdrenders the project name fromdocs/project_context.json, andCLAUDE.mdis generated too; without this the next gate fails on artifact drift rather than on your work.- Decide whether this project needs a relational store. If it does not — a vector-search-only or
stateless service — set
POSTGRES_ENABLED=falsein.envand say so in thepostgresentry ofdocs/project_context.json. The kernel then starts without a connection pool, runs no migrations, and stops reporting the database as a critical readiness check. Leaving the defaulttruekeeps PostgreSQL required, which is right for most services. Seedocs/adr/ADR-006-optional-postgres.md. make quality-gates, then continue with.agents/skills/add-verticalfor the first feature.
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.
- 4d ago First seen · 86 lines · 60 tokens per session scan A b71324a197bc
initialize-project is a skill published in the GitHub repository LamantinAI/mayak (5 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 1,387 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-31.
Other skills, from other repositories
datamodel-code-generator
Use this skill when the user wants Python data models, Pydantic models, dataclasses, TypedDicts, msgspec structs, or type-safe Python classes generated from OpenAPI, AsyncAPI, JSON Schema, GraphQL, JSON/YAML/CSV sample data, MCP tool schemas, Protocol Buffers, XML Schema, Apache Avro, or existing Python model objects.…
fastapi-guard
Production-ready security middleware for FastAPI. Use when adding IP filtering, rate limiting, per-route security decorators, route-resolution strict mode, global behavior rules, passive/log-only mode, or Guard Agent SaaS telemetry to a FastAPI app. Covers SecurityMiddleware setup, SecurityConfig tuning, and the…
emil-design-eng
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
playwright-testing
Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…
content-quality-auditor
Publish-readiness gate: 80-item CORE-EEAT audit with weighted scoring, veto checks, and fix plan. 内容质量/EEAT评分.
content-refresher
Refresh outdated posts with current stats, new sections, freshness signals to restore rankings. 内容更新/排名恢复.