phpinfo
- 15 skills
- 0 followers
- 6 hours ago last updated
- ▌ Pflow Bro · phpinfoRe-explains the previous assistant message in a much simpler way — for when the reply made you go "bro what". Use /bro to get a plain-language version of the last answer.
- ▌ Pflow Grill · phpinfoGrills the user relentlessly about a plan, decision, or idea until both sides reach a shared understanding. Maps the subject as a design tree and interviews in rounds — each round asks every question whose prerequisites are already settled, with answer options and a recommended answer, then waits. Use when the user wants to stress-test their thinking, pressure-test a plan or a design, or uses a "grill" trigger phrase.
- ▌ Pflow Agents · phpinfo bundleCreates or rewrites a minimal AGENTS.md for the current project and syncs it to CLAUDE.md. Audits the repo, asks the user only for facts that cannot be derived from code or docs, drafts a file of non-guessable commands, conventions, gotchas and boundaries (no project overview, no README duplication, no generic advice), then lint-checks it for size, filler and verbatim duplication before writing. Use when asked to create, update, trim or audit AGENTS.md or CLAUDE.md. Invoked manually only.
- ▌ Pflow Commit · phpinfo bundleAnalyzes the working tree, writes a one-line Conventional Commit message, then commits and pushes. Invoked manually only.
- ▌ Pflow Golang · phpinfo bundleIdiomatic Go coding rules for writing, reviewing, or refactoring Go code — naming, errors, interfaces, concurrency, tests, modern stdlib — plus library idioms for urfave/cli, testify, mockery, samber/lo and connectrpc when the project uses them. Use whenever a task touches .go files, go.mod, or asks how to do something in Go. Not for debugging failures (pflow-golang-troubleshoot) or project scaffolding (pflow-golang-setup).
- ▌ Pflow Refactor · phpinfo bundlePerforms evidence-based refactoring research for a user-specified code, component, or subsystem. Produces an As Is analysis and a minimal, justified To Be proposal with naming, dependency, migration, and trade-off recommendations. Applies SOLID, KISS, YAGNI, BDUF, APO, Occam's Razor, DRY, Law of Demeter, and composition over inheritance. Analysis only; does not implement changes. Invoked manually only.
- ▌ Pflow Task Add · phpinfo bundleAdds a new task to the mdtodo task list. The agent clarifies the task's essence, formulates a concise title and description with expected result, then adds it via mdtodo. Invoked manually only.
- ▌ Pflow Changelog · phpinfo bundleGenerates a Keep a Changelog entry for the current feature version, prepends it to CHANGELOG.md, then commits and pushes. Requires clean working tree on the dev branch. Invoked manually only.
- ▌ Pflow Skill Add · phpinfo bundleCreates a new pflow skill. Analyzes existing skills for patterns, scaffolds SKILL.md and optional scripts. Invoked manually only.
- ▌ Pflow Task Next · phpinfo bundleTakes the next mdtodo task into progress and creates a git branch named for it. Invoked manually only.
- ▌ Pflow Task Plan · phpinfo bundleBuilds a concrete implementation plan for the current active task in the mdtodo task list. The agent clarifies open questions, analyzes the codebase and project docs, decomposes the work into small steps, and saves the plan to a file. This skill plans only — it does not implement the task. Invoked manually only.
- ▌ Pflow Task Finish · phpinfo bundleCloses the current mdtodo task; when pflow-commit is installed, branches the work, commits it, and merges into dev. Invoked manually only.
- ▌ Pflow Golang Setup · phpinfo bundleScaffolds or audits Go project infrastructure — directory layout, go.mod hygiene and tool pinning, golangci-lint v2 config, Taskfile or Makefile quality gate, GitHub Actions CI, .gitignore and repo hygiene. Detects what the project already has and fills the gaps. Use when starting a Go project, adding lint/CI/task runner, or reviewing project structure. Not for writing application code (pflow-golang) or debugging (pflow-golang-troubleshoot). Invoked manually.
- ▌ Pflow Task Implement · phpinfo bundleImplements the saved plan for the current active task, step by step. Does not plan, commit, or close the task. Invoked manually only.
- ▌ Pflow Golang Troubleshoot · phpinfo bundleSystematic root-cause debugging for Go programs — panics, wrong results, failing or flaky tests, deadlocks, data races, goroutine leaks, memory or CPU blow-ups, build and module errors. Detects the project's toolchain, debug tools and test entry points, then guides the investigation with pprof, the race detector, delve and targeted tests. Use when Go code misbehaves and the cause is unknown. Not for writing new code (pflow-golang).