npx claudepluginhub otaviof/gosmith --plugin gosmithThis skill uses the workspace's default tool permissions.
1. **Validate**: If URL ends in `.md`, use WebFetch directly and return content
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Validate: If URL ends in .md, use WebFetch directly and return content
Parse arguments:
--property <name> → Extract metadata (title, description, domain, author, date)--json → Return full JSON outputExecute: npx -y defuddle parse <URL> --md (or with flags as specified)
Report:
Edge cases:
.md URL: Skip defuddle, use WebFetch| Goal | Command |
|---|---|
| Parse to stdout | npx -y defuddle parse <url> --md |
| Get Metadata | npx -y defuddle parse <url> -p <property> |
| JSON Output | npx -y defuddle parse <url> --json |
-p <name>: Metadata (title, description, domain, author, date)-o <file>: Save output to local file--json: Full JSON output--md: Markdown output (default for this skill)