ayberkcansever

9 mods across 1 repository, 2 stars between them.

learn

01

ayberkcansever/ai-skills

Skill Claude CodeCodex

Learn a tech topic to a correct 101 level in minimal time. Researches open sources (official docs/releases, engineering blogs, YouTube talks, HN/Reddit, news, papers) restricted to recent material, then produces a brief with a 101 mental model, what changed, tradeoffs, an adopt/trial/hold/avoid verdict, a…

2 4d ago A 176 tokens original MIT

tech-radar

02

ayberkcansever/ai-skills

Skill Claude CodeCodex

Builds a Thoughtworks-style learning radar of what a principal software + AI engineer should learn next — crawl registry feeds, triage, confirm adoption, place Learn/Try/Watch/Skip blips, save dated HTML. Use when the user asks what to learn, scan the radar, recent topics worth learning, what is moving in tech, or…

2 4d ago A 95 tokens original MIT

brainstorm

03

ayberkcansever/ai-skills

Skill Claude CodeCodex

Use when the user explicitly asks for brainstorming, pre-ticket discovery, fuzzy product shaping, visual option exploration, or turning an idea into an approved design before implementation planning.

2 4d ago A 36 tokens original MIT

execute-plan

04

ayberkcansever/ai-skills

Skill Claude CodeCodex

Implement a written plan (from write-plan or interview-plan) when the user says execute or implement it. Loads the plan, executes ready tasks in waves in the ticket venue, runs the plan's review gate itself. Do not use while still interviewing or writing the plan.

2 4d ago A 57 tokens original MIT

git-worktrees

05

ayberkcansever/ai-skills

Skill Claude CodeCodex

Set up an isolated git worktree so the current checkout stays untouched and several tickets can run at once on one repo. Detects existing isolation and reuses a ticket's worktree, creates or attaches .worktrees/ , verifies setup. Use when the user asks for a worktree; execute-plan calls it when the checkout is not…

2 4d ago A 83 tokens original MIT

graph-retro

06

ayberkcansever/ai-skills

Skill Claude CodeCodex

Post-merge retrospective on the SDLC skill chain (interview-plan → write-plan → execute-plan → review). Reads one ticket's plan and spec, attributes failure signals to the skill that should have prevented them, and proposes one-line amendments. Use after merge and deploy, when the user says "retro this ticket", or…

2 4d ago A 93 tokens original MIT

interview-plan

07

ayberkcansever/ai-skills

Skill Claude CodeCodex

Interview the user one question at a time to produce an ambiguity-free implementation plan across three lenses — business requirements, backward compatibility, and technical. The model actively investigates the codebase first (Discovery Phase), confronts the user with what it found, and pushes back with alternatives …

2 4d ago A 144 tokens original MIT

ayberkcansever/ai-skills

Skill Claude CodeCodex

Branch-diff review in five lenses — spec conformance, simplify (YAGNI / over-engineering), maintainability, merge safety, then mandatory feature-docs sync. Use /thermo-nuclear-code-quality-review after a dev session, before a PR. Repo-agnostic.

2 4d ago A 66 tokens original MIT

write-plan

09

ayberkcansever/ai-skills

Skill Claude CodeCodex

Write a bite-sized TDD implementation plan from a spec before touching code. Saves under docs/plans/ / (gitignored WIP); promote to docs/features/ / when stable. Use when the user invokes write-plan, or when interview-plan hands off an assembled spec. Do not use to implement.

2 4d ago A 70 tokens original MIT