Skip to main content
BayramAnnakov
GitHub creator profile

BayramAnnakov

Repository-level view of 66 collected skills across 30 GitHub repositories.

skills collected
66
repositories
30
updated
Aug 30, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

team-improve
software-quality-assurance-analysts-and-testers

Build the self-improvement loop for an agent your team already runs. Mines its session traces for the places a person corrected it, clusters them into staged improvement candidates, and derives a frozen test set from those episodes — where the agent proposes…

Aug 25, 2026
team-workflow
software-developers

The execution layer of a Team OS. Turns a job you repeat — ticket → pull request, meeting → notes → tickets, call → CRM update, alert → triage — into a workflow an agent runs, with a human approval gate at the step that can't be taken back. It decides first…

Aug 9, 2026
team-prototype
software-developers

The prototyping layer of a Team OS. Turns a feature description into a working, publishable prototype, then autonomously improves it across independent Generator-Evaluator rounds — grading it against YOUR team's own glossary, personas and decision principles,…

Aug 8, 2026
synthetic-interviews
web-and-digital-interface-designers

Run a synthetic user panel against a prototype, a flow, or a concept — personas built from YOUR team's brain, each walked step by step until they give up, with every finding split into what a real session would also have found versus what the model is…

Jul 26, 2026
init-team-decisions
project-management-specialists

Mine how YOUR team actually decides into a decisions.md — dated, sourced decision principles with statuses, scopes, and one-way doors — and generate a decide-like-<your-team> apprentice-loop skill: teammate commits to a recommendation first, the skill cites…

Jul 12, 2026
init-team-os
software-developers

Evidence-first Team OS setup. Mines the host agent's local transcripts (Claude Code, Codex, …), MCP config, and existing repos to pre-populate a team knowledge repo interview, asks at most 5 questions, builds the minimal repo that answers the team's top…

Jun 28, 2026
robin-init
computer-occupations-all-other

Configure a personalized Robin (AI chief of staff) spec for any team. Reads the user's TeamOS knowledge repo, mines MCP config and installed runtimes to resolve ROBIN-SPEC's implementation-defined slots, drafts the team's soul.md and duty roster into their…

Jun 13, 2026
init-team-brain
software-developers

Generate a product-knowledge layer (a "brain") for a team's codebase - glossary and object model mined from real code, rot-rate tiers, a claims-manifest drift checker that fails commits when docs disagree with code, an eval harness, and a weekly sync skill.…

Jun 12, 2026
why-tree
project-management-specialists

Diagnose a hard problem by building an evidence-graded "Why Tree" - a Goldratt Current-Reality Tree that fans many AI agents across the problem's branch-space, grades every node by the kind of evidence behind it (validating measured numbers' pipelines before…

Jul 9, 2026
leverage-finder
management-analysts-131111

Map elements of a stock-flow model to Donella Meadows' 12 leverage points, ranked by *promoted* impact for a stated goal and flagged for *wrong-direction* risk (the central Meadows warning that intuition usually pushes the right knob the wrong way). Triggers…

Jun 24, 2026
ai-systems-coach
software-developers

Critique a hand-drawn stock-flow / causal-loop diagram and identify the system archetype. Use when the user wants to analyze a stock-flow diagram, validate stocks/flows/loops, identify a system archetype (the eight from Pegasus/Senge - Limits to…

Jun 20, 2026
triz-dissolve
software-developers

Take a trade-off ("improving X worsens Y") and dissolve it with TRIZ. Directs the model to act as the contradiction matrix — scanning the full set of 40 inventive principles + the 4 separation principles + ideality/resource analysis (which the LLM already…

Jun 20, 2026
constraint-finder
software-developers

Find the ONE binding constraint in a flow/process system using Goldratt's Theory of Constraints, classify it as a RESOURCE or (usually) a POLICY, and return the 5 Focusing Steps as concrete actions — Exploit and Subordinate before Elevate. Judges every move…

Jun 20, 2026
ai-stockflow-builder
software-developers

Commission an interactive stock-flow simulation web app from your AI coding agent (Claude Code or Codex). Use when the user wants to turn a hand-drawn or W2-graded stock-flow diagram into a runnable simulation with sliders. Triggers on Russian and English…

May 30, 2026
cos-review
computer-occupations-all-other

Diagnose how far along your AI Chief of Staff ("Robin") actually is — a 25-check, 5-layer maturity review across Identity, Sources, Skills, Autonomy, and Output that returns a rank (Intern → Junior Assistant → Trained CoS → Senior CoS → Hand of the King),…

Jul 19, 2026
ship-robin
software-developers

Package the user's whole AI Personal OS ("Robin") into a portable, shareable plugin — a `.claude-plugin/plugin.json` manifest plus their identity files, best skills, and one scheduled loop, bundled into a folder and a `.zip` that installs on any machine with…

Jul 19, 2026
give-robin-a-voice
software-developers

Set up a two-way chat channel for the user's AI assistant ("Robin") on Telegram OR Slack, end to end: create the bot/app, let Robin push messages to the user, let the user message Robin and get a reply that acts with their context and skills, and deploy it to…

Jun 22, 2026
atomize
office-clerks-general-439061

Turn content into atomic Zettelkasten notes in ~/vault/atomic/ and keep ~/vault/index.md current. THREE modes by who drafts the note — FILE-IT (you wrote the insight, I only file it), DRAFT-IT (I draft one note from your scattered raw material, you edit a…

Jun 7, 2026
init-robin
computer-occupations-all-other

Initialize Robin's identity (CLAUDE.md, SOUL.md, user-profile.md) from evidence — your AI conversation history (Claude Code sessions, Codex sessions, or exported ChatGPT / Claude.ai). Extracts behavioral evidence (not self-description), surfaces recurring…

May 24, 2026
finish-robin
computer-occupations-all-other

Complete Robin's birth certificate. Runs three short interviews to produce course-goals.md, goals-2026.md, and achievements.md — the three files /init-robin cannot infer from conversation history because they require explicit declaration, not behavioral…

May 24, 2026
review-pr
software-quality-assurance-analysts-and-testers

Review a pull request (a diff or set of changed files) for correctness bugs and write findings to review.md. Use whenever asked to review a PR, a diff, or changed code.

Jun 13, 2026
my-colleague-task
software-developers

REPLACE THIS — one-line trigger summary that tells Claude when to load this skill. Write it like a tool docstring, not a title. Concrete trigger phrases beat abstract descriptions. Example "Triggers when the user asks about <specific recurring task in your…

May 16, 2026
code-review-checklist
software-quality-assurance-analysts-and-testers

Walks a diff against a 5-point review checklist. Use when the user asks "review this diff", "what should I check in this PR", or pastes code with a question like "anything wrong with this?". Reads files via Glob/Grep/Read; never edits.

May 16, 2026
code-review-checklist
software-quality-assurance-analysts-and-testers

Walks a diff against a 5-point review checklist. Use when the user asks "review this diff", "what should I check in this PR", or pastes code with a question like "anything wrong with this?". Reads files via shell; never edits.

May 16, 2026
cohort-search
library-assistants-clerical-434121

Grounded retrieval over cohort 4 memory seeds (roster, lesson designs, dossiers, transcripts). Use when answering any question about what was taught, who's in the cohort, what dossiers exist, or what was said in a past session.

May 16, 2026
dossier-creator
software-developers

Q&A flow that produces a complete colleague-target.md and starter Constitution from a 5-field dossier. Use this when a cohort 4 student says they want help defining their AI coding colleague's target task, or when "dossier" / "colleague target" / "what should…

May 16, 2026
qualify-lead
unclassified

Score inbound leads and outbound replies against the model in signals/qualification/scoring-model.md, draft the tier-appropriate reply, and record the score as a prediction that a human can later mark right or wrong. Writes leads/qualified-YYYY-MM-DD.csv. Use…

Aug 29, 2026
design-scoring
unclassified

Build a lead scoring model (Fit + Intent + Timing) from what this repo already knows about who bought, marking every weight as observed, borrowed or guessed. Writes signals/qualification/scoring-model.md with the tiers, their distinct next actions, the…

Aug 29, 2026
audit-funnel
unclassified

Audit your sales funnel numbers against benchmarks, then answer an inbound lead using what the audit found. Finds which conversion rates don't look true, says what it compared against and where the benchmark came from, writes every finding to signals/ with a…

Aug 29, 2026
find-leads
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

Find and score outbound leads against the ICP in this repo's CLAUDE.md. Writes a scored CSV to leads/ and files what it could not source to signals/targeting/. Every score carries the one source you would open to check it.

Aug 15, 2026
audit-funnel
market-research-analysts-and-marketing-specialists-131161

Audit your sales funnel numbers against benchmarks, then answer an inbound lead using what the audit found. Finds which conversion rates don't look true, says what it compared against and where the benchmark came from, writes every finding to signals/ with a…

Aug 1, 2026
Showing 12 of 30 repositories