notorious-ai
01Plugin Claude Code
Plugin marketplace listing 2 plugins: github-author, golang-dev.
Plugin Claude Code
Plugin marketplace listing 2 plugins: github-author, golang-dev.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
Instructions file
Instructions for notorious-ai/claude-plugins, covering claude.md, repository navigation, understanding this repository's structure, finding examples and planning a new plugin.
Plugin Claude Code
Enrich Claude's knowledge for authoring high-quality GitHub contributions (PRs and Issues).
Command
Guided interview for creating well-structured GitHub issues.
Command
Interactive PR drafting with git-first context gathering.
Skill Claude CodeCodex
Encodes GitHub issue authoring conventions including present-progressive titles and problem-space bodies that communicate inside-out as why, how, and what, with completion criteria read off the documented problem. Must be loaded before composing any issue title or body, or revising an existing issue, whether drafting…
Skill Claude CodeCodex
Encodes PR authoring conventions including imperative titles with repository-capability verbs, motivation-focused descriptions, hidden context surfacing, and prose flow guidelines. Must be loaded before composing any pull request title or description, whether drafting interactively or creating programmatically with gh…
Plugin Claude Code
Comprehensive Go development experience - skills that elevate Claude into the ultimate Golang developer.
Skill Claude CodeCodex
Writes commit messages following Go team conventions for both Go packages and supporting files (docs, configs, CI, tooling) in Go-centric codebases (go.mod present or known from context).
Skill Claude CodeCodex
Plans a fine-grained sequence of atomic, incremental commits for a non-trivial changeset before any code is written or any commit message is drafted. Language-agnostic; defers commit-message authoring to a separate skill.
Skill Claude CodeCodex
Sets the maintainer's standard for committed Go tests (test.go): what earns a commit, how a suite is shaped, named, and commented, and how to review one. Carries the golden hierarchy of contract authority, go-doc-first design and review, annotated Go-team snippets to imitate, and one reference file per scenario.