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

Sagargupta16

Repository-level view of 45 collected skills across 6 GitHub repositories.

skills collected
45
repositories
6
updated
2026-07-16
repository explorer

Repositories and representative skills

clean-code
software-developers

Use when the user writes new Python, or asks for review, refactor, or cleanup of Python code, names, comments/docstrings, functions, or tests. Applies Robert Martin's complete Clean Code catalog -- naming, functions, comments, DRY, boundary conditions, and tests -- to the code being changed.

2026-07-07
dev-rules
software-developers

Use when writing code, making git operations, handling secrets, reviewing PRs, or working with dependencies. Enforces git safety, security best practices, PR workflow discipline, and context-efficient development patterns. Auto-activates as guardrails.

2026-07-07
motion
software-developers

Use when reviewing motion quality, adding animation, transitions, hover effects, making the UI feel more alive, or when animations stutter and transitions jank. Covers three modes -- audit motion code against Disney's 12 principles (file:line findings), add purposeful animations and micro-interactions to a feature, or fix animation performance (layout thrashing, compositor properties, scroll-linked motion, blur).

2026-07-07
repo-polish
software-developers

Use when setting up new repositories, auditing existing ones, or preparing repos for public visibility. Generates .gitignore, .env.example, README, and LICENSE files. Detects committed secrets and flags security issues.

2026-07-07
starter-session-audit
software-developers

Use when the user asks to audit a session for uncaptured learnings. Activates on "audit this session", "session audit", "what did we miss", "end of session check", or "/starter-session-audit". Scans the conversation for corrections, preferences, decisions, and new context, then proposes where to save each.

2026-07-07
debug-triage
software-quality-assurance-analysts-and-testers

Use when triaging a pasted error, stack trace, or terminal transcript. Activates on "debug this", "fix this", "why is this broken", or when a user pastes red terminal output. Produces a tight cause-fix-test report, not a lecture.

2026-05-13
diff-explain
software-developers

Use when you want a one-paragraph plain-English summary of what a diff does. Activates on "summarize this diff", "what does this PR do", "explain this branch", or when pointed at a PR URL or local branch.

2026-05-13
renovate-triage
software-developers

Use when triaging open Renovate PRs across your own repos into merge / close / defer. Activates on "renovate triage", "review dep PRs", "monthly deps", or on the 1st of a month if deps are grouped monthly.

2026-05-13
Showing top 8 of 16 collected skills in this repository.
frontend-quality
web-and-digital-interface-designers

Pre-ship UI quality gate for the sagas reading site -- accessibility (WCAG, keyboard, contrast), performance (fast static delivery, fonts, motion cost), and SEO (per-page metadata, canonical, OG/Twitter, sitemap, JSON-LD, RSS). Mobile-first, since the product is long-form reading on phones at night. Audits and fixes against this repo's design tokens and dash/motion house rules.

2026-07-16
outline-book
technical-writers

Turn a book idea into a structural outline with promises, arcs, and a chapter plan. Use when Sagar says "outline this book", "plan the plot", "structure this story", or has a new book idea that needs shape before drafting.

2026-07-16
revise-chapter
editors

Guided revision pass on a draft chapter -- macro-to-micro, with a measurable cut target and a read-aloud check. Use when Sagar says "revise this chapter", "tighten this", "edit pass", or wants a draft made publishable.

2026-07-16
critique-chapter
writers-and-authors

Run a full craft critique of a chapter draft -- structure, POV, prose, dialogue, pacing, exposition, hooks -- with findings cited to craft rules. Use when Sagar says "critique this chapter", "review my chapter", "is this chapter good", or pastes prose asking what's wrong with it.

2026-07-11
fanfic-check
writers-and-authors

Canon, characterization, and convention check for fan fiction chapters -- OOC detection, canon-compliance audit, tagging and disclaimer hygiene. Use when Sagar works on any fanfic-shelf book and says "canon check", "is this in character", "check my fanfic", or before publishing a fanfic chapter.

2026-07-11
name-forge
writers-and-authors

Generate and vet names -- characters, places, magic terms, book titles, chapter titles -- consistent with each book's naming rules. Use when Sagar says "name this", "title for this chapter", "what should I call", or needs any proper noun for a book.

2026-07-11
new-chapter
writers-and-authors

Add a chapter to an existing book, with correct ordering and a consistency pass. Use when Sagar says "new chapter", "add chapter", or pastes chapter prose for a book. For releasing a finished chapter, use publish-chapter instead.

2026-07-11
publish-chapter
writers-and-authors

Pre-publish gate and release for a chapter -- final checks, publishedOn, RSS verification, bible update. Use when Sagar says "publish this chapter", "release it", "ship chapter N", or sets a chapter final and wants it live.

2026-07-11
Showing top 8 of 15 collected skills in this repository.
audit
software-developers

Use when setting up a new repo, auditing an existing one for hygiene issues, or before publishing a project. Covers .gitignore, .env.example, README, LICENSE, CONTRIBUTING, and detecting committed secrets.

2026-04-19
guard
information-security-analysts

Use when making git operations, handling secrets, committing code, or dealing with credentials. Enforces git safety rules (no force-push to main, no amend of published commits), secret-handling discipline (never commit .env, use .env.example), and destructive-command caution.

2026-04-19
plan
project-management-specialists

Use when implementing features spanning 3+ files, when requirements are unclear, or when structuring multi-step work. Covers when to plan vs just code, plan structure, interview-then-execute, and prototype-over-spec patterns.

2026-04-19
review
software-quality-assurance-analysts-and-testers

Use when reviewing code changes, examining PRs, or checking your own work before submitting. Covers what to look for (correctness, security, performance, style), how to review systematically, and how to give actionable feedback.

2026-04-19
ship
software-developers

Use when preparing to ship a feature -- opening a PR, writing release notes, cutting a version, or coordinating a deploy. Covers PR hygiene, commit messages, release process, and post-ship verification.

2026-04-19
verify
software-quality-assurance-analysts-and-testers

Use when completing a task, before claiming work is done, or before creating a PR. Enforces verification beyond "tests pass" -- actually run the code, hit the endpoints, open the browser. Prevents premature completion claims.

2026-04-19
Showing 6 of 6 repositories
All repositories loaded