GOWTHAM S avatar

GOWTHAM S

Community

@silentFellow · Erode, Tamil Nadu, India

8Followers
|
32Public Repos
|
33Published Skills

Working on what I like

Skills Distribution
DomainDeveloper To...Software Design & .. (30%)Testing & Code Rev.. (25%)Git & Version Cont.. (20%)Documentation & Kn.. (15%)

Agent Skills by GOWTHAM S

Showing 33 vetted skills indexed across 1 GitHub repositories.

silentFellowsilentFellow
1

research

Investigate questions against primary sources and save findings as cited Markdown notes.

Community
Basic
silentFellowsilentFellow
1

domain-modeling

Build and maintain project domain glossaries and architecture decision records.

Community
Intermediate
silentFellowsilentFellow
1

bro

Restates the previous AI message in plain language without jargon.

Community
Basic
silentFellowsilentFellow
1

using-git-worktrees

Creates isolated git worktree workspaces with detection, setup, and baseline test verification.

Community
Intermediate
silentFellowsilentFellow
1

why

Investigate design rationale behind code by querying git history, tickets, docs, chat, and telemetry sources.

Community
Advanced
silentFellowsilentFellow
1

how

Generates architectural explanations of codebases by orchestrating parallel explorer and explainer subagents.

Community
Intermediate
silentFellowsilentFellow
1

writing-for-agents

Write skills, AGENTS.md, and CLAUDE.md documents that agents follow predictably.

Community
Intermediate
silentFellowsilentFellow
1

handoff

Generates a conversation summary document for continuing work in a new agent session.

Community
Basic
silentFellowsilentFellow
1

i-have-adhd

Formats AI responses with action-first structure, numbered steps, and concrete time estimates for ADHD readers.

Community
Basic
silentFellowsilentFellow
1

dispatching-parallel-agents

Dispatches concurrent subagents to fix independent test failures across separate problem domains.

Community
Intermediate
silentFellowsilentFellow
1

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.

Community
Advanced
silentFellowsilentFellow
1

commit-code

Splits working tree changes into themed git commits with conventional commit messages.

Community
Intermediate
silentFellowsilentFellow
1

find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Community
Intermediate
silentFellowsilentFellow
1

codebase-design

Design deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
silentFellowsilentFellow
1

executing-plans

Executes written implementation plans task-by-task with verification checkpoints and blocker escalation.

Community
Intermediate
silentFellowsilentFellow
1

generate-changelog

Drafts pull request titles and changelog descriptions from branch commits into .git/PR_DRAFT.md.

Community
Intermediate
silentFellowsilentFellow
1

generate-docs

Generate and refresh repo-root README, LICENSE, CODE_OF_CONDUCT, and CONTRIBUTING files.

Community
Intermediate
silentFellowsilentFellow
1

find-docs

Retrieves current library documentation and code examples via the Context7 CLI.

Community
Intermediate
silentFellowsilentFellow
1

resolving-merge-conflicts

Resolves in-progress git merge and rebase conflicts while preserving both change intents.

Community
Intermediate
silentFellowsilentFellow
1

brainstorming

Guides collaborative design exploration and spec writing before any implementation begins.

Community
Advanced
silentFellowsilentFellow
1

grill-with-docs

Interrogates a plan or design while generating ADRs and a glossary.

Community
Basic
silentFellowsilentFellow
1

writing-plans

Generates detailed implementation plans with bite-sized TDD tasks from a spec.

Community
Intermediate
silentFellowsilentFellow
1

agent-onboarding

Generates and updates AGENTS.md and CONTEXT.md documentation through interactive repo analysis.

Community
Intermediate
silentFellowsilentFellow
1

teach

Create stateful multi-session teaching workspaces with HTML lessons and learning records.

Community
Advanced

Frequently Asked Questions About GOWTHAM S

FAQPage Schema
What 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.