Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
Sagargupta16
ملف منشئ GitHub

Sagargupta16

عرض على مستوى المستودعات لـ 45 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
45
مستودعات
6
محدث
2026-07-16
مستكشف المستودعات

المستودعات و skills الممثلة

clean-code
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
frontend-quality
مصممو واجهات الويب والرقمية

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
الكتّاب التقنيون

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
المحررون

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
الكتّاب والمؤلفون

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
الكتّاب والمؤلفون

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
الكتّاب والمؤلفون

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
الكتّاب والمؤلفون

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
الكتّاب والمؤلفون

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
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
audit
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
متخصصو إدارة المشاريع

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات