← all publishers

phpinfo

@phpinfo source repo

15 published skills

  1. Pflow Bro · phpinfo
    Re-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.
    0
    installs
  2. Pflow Grill · phpinfo
    Grills 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.
    0
    installs
  3. Pflow Agents · phpinfo bundle
    Creates 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.
    0
    installs
  4. Pflow Commit · phpinfo bundle
    Analyzes the working tree, writes a one-line Conventional Commit message, then commits and pushes. Invoked manually only.
    0
    installs
  5. Pflow Golang · phpinfo bundle
    Idiomatic 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).
    0
    installs
  6. Pflow Refactor · phpinfo bundle
    Performs 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.
    0
    installs
  7. Pflow Task Add · phpinfo bundle
    Adds 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.
    0
    installs
  8. Pflow Changelog · phpinfo bundle
    Generates 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.
    0
    installs
  9. Pflow Skill Add · phpinfo bundle
    Creates a new pflow skill. Analyzes existing skills for patterns, scaffolds SKILL.md and optional scripts. Invoked manually only.
    0
    installs
  10. Pflow Task Next · phpinfo bundle
    Takes the next mdtodo task into progress and creates a git branch named for it. Invoked manually only.
    0
    installs
  11. Pflow Task Plan · phpinfo bundle
    Builds 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.
    0
    installs
  12. Pflow Task Finish · phpinfo bundle
    Closes the current mdtodo task; when pflow-commit is installed, branches the work, commits it, and merges into dev. Invoked manually only.
    0
    installs
  13. Pflow Golang Setup · phpinfo bundle
    Scaffolds 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.
    0
    installs
  14. Pflow Task Implement · phpinfo bundle
    Implements the saved plan for the current active task, step by step. Does not plan, commit, or close the task. Invoked manually only.
    0
    installs
  15. Pflow Golang Troubleshoot · phpinfo bundle
    Systematic 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).
    0
    installs