Skip to main content
Run any Skill in Manus
with one click
igorilic
GitHub creator profile

igorilic

Repository-level view of 28 collected skills across 2 GitHub repositories.

skills collected
28
repositories
2
updated
2026-06-30
repository explorer

Repositories and representative skills

pipeline-github-feature
software-developers

Feature development pipeline for GitHub repositories using Claude LLMs. Requirements engineer takes input from specs.md or user, creates a GitHub issue as feature request, then architect plans, tdd-developer implements, qa tests, and reviewer peer-reviews the pull request. Triggers on: github pipeline, github feature, claude pipeline, specs pipeline.

2026-06-30
pipeline-gitlab-feature
software-developers

Full feature development pipeline for GitLab repositories using Copilot CLI agents and Jira integration. Takes a Jira item through requirements engineering, test planning, architecture, TDD development, testing, and MR review. Triggers on: gitlab pipeline, gitlab feature, copilot pipeline.

2026-06-30
pipeline-gitlab-incident
software-developers

Incident response pipeline for GitLab repositories using Copilot CLI, Jira, and troubleshooter. Takes a Jira incident, investigates root cause, optionally fixes via TDD, and reviews the merge request. User decides whether to fix or just document findings on the Jira ticket. Triggers on: gitlab incident, incident pipeline, troubleshoot gitlab.

2026-06-30
plan
software-developers

Entry point for all new work. Orchestrates the full agent pipeline: architect (Opus) designs spec+todo, tdd-developer (Sonnet) implements via TDD, qa (Opus) hunts spec/impl gaps, reviewer (Sonnet) reviews code. Triggers on: plan, new feature, start work, build feature.

2026-06-30
adr
software-developers

Create an Architecture Decision Record in docs/decisions/ and optionally sync to Confluence for business projects. Use when making significant technical decisions. Triggers on: architecture decision, ADR, technical decision.

2026-06-19
caveman
software-developers

Ultra-compressed communication mode — cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Slash-only: /caveman to enable, "stop caveman" / "normal mode" to disable.

2026-06-18
gh-cli
software-quality-assurance-analysts-and-testers

Drive the GitHub CLI (gh) to review a pull request — fetch the diff and context, post inline review comments anchored to specific diff lines, open conceptual conversation threads, and submit a verdict (APPROVE / REQUEST_CHANGES / COMMENT). Use when reviewing or commenting on a GitHub PR. Triggers on: gh, github cli, pull request, pr review, post pr comment, gh api, review github pr.

2026-06-18
glab-cli
software-developers

Drive the GitLab CLI (glab) to review a merge request — fetch the diff and context, post inline discussion comments anchored to specific diff lines (via a position object), open conceptual resolvable threads, and express a verdict with approve / revoke + a summary thread. Use when reviewing or commenting on a GitLab MR. Triggers on: glab, gitlab cli, merge request, mr review, post mr comment, glab api, review gitlab mr.

2026-06-18
Showing top 8 of 17 collected skills in this repository.
bibliography
editors

Manage references with biblatex/biber. Use to add a citation from a DOI, arXiv id, or paper title; to set up bibliography wiring in a document; or to check the bibliography for duplicates, missing fields, and unused entries. Triggers on phrases like "add citation", "cite this paper", "add reference", "fix bibliography", "set up biblatex", "check my references", "find the bibtex for".

2026-06-06
clean
editors

Remove LaTeX build artifacts from the project. Default keeps the PDF (latexmk -c plus .bbl/.run.xml/.synctex.gz); with --all also removes the PDF (latexmk -C) after explicit confirmation. Never touches .tex, .bib, or figures. Use when the user says "clean", "clean build", "remove aux files", "clean up the project", "tidy build artifacts".

2026-06-06
compile
editors

Compile the current LaTeX project with the canonical latexmk/XeLaTeX build, reading engine and main file from .latex-agentic.json. Reports page count, warning count, and over/underfull box counts on success; on failure extracts only the first error block and hands off to the fix-errors flow. Use when the user says "compile", "build", "build the PDF", "render the document".

2026-06-06
fix-errors
editors

Diagnose and repair LaTeX compilation failures in a bounded loop — compile capturing the log, isolate the FIRST error, look it up in the error playbook, apply the minimal fix, recompile, repeat (max 5 iterations). Use when a build fails, the user says "fix errors", "fix the compile", "it won't compile", "debug the LaTeX", or when the /compile skill hands off a failure.

2026-06-06
format
editors

Auto-format LaTeX source with latexindent and normalize typography. Use to reindent .tex files, fix inconsistent indentation, tidy whitespace, or convert straight quotes to proper LaTeX quotes. Triggers on phrases like "format my latex", "reindent", "run latexindent", "clean up the formatting", "fix the indentation", "tidy this tex file", "normalize quotes".

2026-06-06
i18n
editors

Set up multilingual, multi-script typesetting with polyglossia and fontspec under XeLaTeX. Use to add a language, configure fonts per script (Latin, Cyrillic, Greek, Arabic, Hebrew, CJK, Devanagari), handle RTL or CJK text, or fix font fallback. Triggers on "add a language", "write in Russian/Arabic/Chinese", "set up polyglossia", "right to left text", "i18n", "Serbian Cyrillic".

2026-06-06
new-article
editors

Scaffold a new XeLaTeX article project from the plugin template — copies main.tex/refs.bib/build files, substitutes title/author/date, sets up the requested language, writes the .latex-agentic.json contract, and verifies with one compile. Use when the user wants to start a new article, paper, or LaTeX document, or says "new article", "start a paper", "scaffold a document".

2026-06-06
new-resume
technical-writers

Scaffold a new XeLaTeX resume/CV from the plugin template — copies the fontspec resume.tex, substitutes the candidate name, then interviews the user (or ingests an existing resume/LinkedIn text), populates sections via the resume-coach agent, compiles, and enforces the one-page rule. Use when the user wants a new resume or CV, or says "new resume", "build my CV", "start a resume".

2026-06-06
Showing top 8 of 11 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded