Maksou
Community@MaksymilianCzadowski
Maksou provides 21 engineering skills for software teams covering pre-commit hooks, TDD, code review, issue triage, spec synthesis, and architecture decision documentation.
Agent Skills by Maksou
Showing 21 vetted skills indexed across 1 GitHub repositories.
setup-pre-commit
Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.
llm-wiki
Maintains a cited personal wiki from raw sources using Obsidian-style markdown pages.
ask-maks
Routes user situations to the appropriate skill or workflow in the repository.
setup-maks-skills
Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.
wayfinder
Plan large multi-session efforts as decision-ticket maps on an issue tracker.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.
code-review
Reviews git diffs against coding standards and spec requirements using parallel sub-agents.
to-tickets
Break plans and specs into tracer-bullet tickets with declared blocking edges published to a tracker.
improve-codebase-architecture
Scan a codebase for shallow modules and present deepening refactors as an HTML report.
to-spec
Synthesizes conversation context into a structured spec and publishes it to the project issue tracker.
triage
Move GitHub issues and external PRs through a triage state machine with agent-ready briefs.
prototype
Build throwaway prototypes to validate state models or explore UI design variations.
resolving-merge-conflicts
Resolve in-progress git merge and rebase conflicts while preserving both change intents.
grill-with-docs
Runs a structured interview to refine plans while generating ADRs and a glossary.
implement
Implement work from specs or tickets using test-driven development and code review.
tdd
Guides test-driven development using the red-green loop with behavior-focused tests at public interfaces.
writing-great-skills
Provides vocabulary and principles for writing and editing predictable AI skills.
handoff
Generates a conversation summary document for continuing work in a new agent session.
teach
Creates stateful teaching workspaces with HTML lessons, learning records, and curated resources.
grill-me
Runs a relentless interview session to stress-test plans and designs.
grilling
Interrogates plans and decisions through sequential one-at-a-time questions with recommended answers.
Frequently Asked Questions About Maksou
FAQPage SchemaWhat tasks can I accomplish using Maksou's skills?▼
You can set up Husky pre-commit hooks with lint-staged, run test-driven development cycles, diagnose bugs and performance regressions, review code against standards and specs, triage issues, resolve merge conflicts, build throwaway prototypes, and convert conversations into specs, tickets, or handoff documents.
Who are Maksou's skills designed for?▼
Software engineers and technical leads managing repositories with issue trackers. The skills target practitioners doing code review, test-first development, bug diagnosis, architecture improvement, sprint planning via tickets, and design stress-testing through structured interviews that produce ADRs and glossaries.
How do I get started with Maksou's skill set?▼
Run setup-maks-skills first to configure the repo's issue tracker, triage label vocabulary, and domain doc layout. Then use ask-maks to route your situation to the right skill, or invoke skills directly such as setup-pre-commit, tdd, triage, or wayfinder for large multi-session work.
What prerequisites do Maksou's skills require?▼
A repository with an issue tracker is required, since many skills publish specs, tickets, and triage briefs to it. The setup-pre-commit skill expects a repo where Husky, lint-staged, Prettier, type checking, and tests can be configured. Several skills are marked disable-model-invocation and run manually.
How do Maksou's skills handle large or multi-session work?▼
The wayfinder skill plans work too large for one session as a map of decision tickets on your issue tracker, resolving them one at a time. The handoff skill compacts the current conversation into a document so another session can pick up where you left off.