GOWTHAM S
Community@silentFellow · Erode, Tamil Nadu, India
Working on what I like
Agent Skills by GOWTHAM S
Showing 33 vetted skills indexed across 1 GitHub repositories.
research
Investigate questions against primary sources and save findings as cited Markdown notes.
domain-modeling
Build and maintain project domain glossaries and architecture decision records.
bro
Restates the previous AI message in plain language without jargon.
using-git-worktrees
Creates isolated git worktree workspaces with detection, setup, and baseline test verification.
why
Investigate design rationale behind code by querying git history, tickets, docs, chat, and telemetry sources.
how
Generates architectural explanations of codebases by orchestrating parallel explorer and explainer subagents.
writing-for-agents
Write skills, AGENTS.md, and CLAUDE.md documents that agents follow predictably.
handoff
Generates a conversation summary document for continuing work in a new agent session.
i-have-adhd
Formats AI responses with action-first structure, numbered steps, and concrete time estimates for ADHD readers.
dispatching-parallel-agents
Dispatches concurrent subagents to fix independent test failures across separate problem domains.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
commit-code
Splits working tree changes into themed git commits with conventional commit messages.
find-skills
Searches and installs agent skills from the open skills ecosystem using the Skills CLI.
codebase-design
Design deep modules with small interfaces, clean seams, and testable adapters.
executing-plans
Executes written implementation plans task-by-task with verification checkpoints and blocker escalation.
generate-changelog
Drafts pull request titles and changelog descriptions from branch commits into .git/PR_DRAFT.md.
generate-docs
Generate and refresh repo-root README, LICENSE, CODE_OF_CONDUCT, and CONTRIBUTING files.
find-docs
Retrieves current library documentation and code examples via the Context7 CLI.
resolving-merge-conflicts
Resolves in-progress git merge and rebase conflicts while preserving both change intents.
brainstorming
Guides collaborative design exploration and spec writing before any implementation begins.
grill-with-docs
Interrogates a plan or design while generating ADRs and a glossary.
writing-plans
Generates detailed implementation plans with bite-sized TDD tasks from a spec.
agent-onboarding
Generates and updates AGENTS.md and CONTEXT.md documentation through interactive repo analysis.
teach
Create stateful multi-session teaching workspaces with HTML lessons and learning records.
Frequently Asked Questions About GOWTHAM S
FAQPage SchemaWhat tasks can I accomplish with silentFellow's skills?▼
You can run test-driven development, diagnose bugs and performance regressions, resolve merge conflicts, split diffs into commits, generate PR changelogs, draft README and CONTRIBUTING docs, record ADRs, build domain models, and execute implementation plans with verification checkpoints.
Who are these skills designed for?▼
Software engineers and agent-assisted developers who want disciplined workflows: brainstorming before building, writing plans before code, requesting and receiving rigorous code review, and verifying output with evidence before claiming work is complete.
How do the planning and execution skills work together?▼
Brainstorming and writing-plans capture requirements first; using-git-worktrees creates an isolated workspace; executing-plans or subagent-driven-development runs the plan with review checkpoints; verification-before-completion demands command output evidence before any success claim.
Are silentFellow's skills open source?▼
The i-have-adhd skill explicitly declares an MIT license; other skills in the manifest do not state licensing terms. All 34 skills are published publicly under the silentFellow GitHub account across 32 public repositories.
What prerequisites or dependencies do these skills require?▼
Skills assume a git-based repository environment; using-git-worktrees needs native worktree support or a git fallback, why queries MCP-connected evidence sources like issue trackers and observability systems, and using-ghgrab fetches upstream GitHub files for comparison.