Skip to main content
Run any Skill in Manus
with one click
Agentic-Engineering-Agency
GitHub creator profile

Agentic-Engineering-Agency

Repository-level view of 162 collected skills across 7 GitHub repositories.

skills collected
162
repositories
7
updated
2026-06-29
repository explorer

Repositories and representative skills

Showing top 8 of 51 collected skills in this repository.
brainstorming-lab
project-management-specialists

Route the user to the right brainstorming strategy for their situation by matching their goal to a curated shortcut table or, when the goal is unclear, asking 3 diagnostic questions and recommending one or two strategies from the curated 20. Invoke when the user wants to brainstorm but has not yet chosen a technique.

2026-04-22
sprint-planning
project-management-specialists

Facilitate a Scrum Sprint Planning event, producing a sprint goal and a committed Sprint Backlog drawn from the prioritized Product Backlog. Invoke when the team is about to begin a new sprint and needs to select and plan its work.

2026-04-21
wbs
project-management-specialists

Construct a PMBOK-shaped Work Breakdown Structure from the project's epic-and-story hierarchy. Invoke when the team needs a deliverable-oriented decomposition of project scope into manageable work packages before building a schedule or assigning resources.

2026-04-21
charter
project-management-specialists

Draft a PMBOK-shaped project charter from a concept memo or product brief. Invoke when the user needs a charter for initiation-phase documentation.

2026-04-21
closure-report
project-management-specialists

Produce a PMBOK-shaped project closure report suitable for sponsor signature, consolidating charter, final schedule, final budget, retrospectives, post-mortems, and stakeholder acceptance records. Invoke when the project has reached final deliverable acceptance and requires formal closure documentation.

2026-04-21
communication-plan
project-management-specialists

Produce a PMBOK-shaped communication matrix, escalation paths, and meeting cadence from a project charter and stakeholder register. Invoke when the team needs a formal plan governing how project information flows to each audience.

2026-04-21
cost-estimation
project-management-specialists

Teach the team three complementary estimation techniques — Planning Poker, T-shirt sizing, and three-point (PERT) — and record the estimates the team produces for their own items. This is a human-led skill: the agent teaches and facilitates; the team estimates. Invoke when the team needs to estimate stories, epics, or tasks and wants a shared technique, or when an estimate is required for a planning gate.

2026-04-21
epics-and-stories
project-management-specialists

Decompose a PRD into Epics and INVEST-shaped User Stories with acceptance criteria and priority. Invoke when the team has a baselined PRD and needs an actionable story backlog before sprint planning or WBS construction.

2026-04-21
Showing top 8 of 40 collected skills in this repository.
specsafe-architecture
software-developers

Create a system architecture document with design decisions, patterns, and component structure. Requires a PRD.

2026-04-05
specsafe-brainstorm
project-management-specialists

Facilitate structured brainstorming sessions for product, feature, workflow, or system ideas. The entry point for ambiguous ideas before they become principles or briefs.

2026-04-05
specsafe-brief
project-management-specialists

Create a product brief — the executive summary of what you're building, who it's for, and why it matters. Use before creating a PRD.

2026-04-05
specsafe-code
software-developers

TDD implementation using red-green-refactor cycle. Unskips tests one at a time and writes minimum code to pass.

2026-04-05
specsafe-party-mode
computer-and-information-systems-managers-113021

Facilitate focused, opt-in multi-persona planning or review sessions when a decision benefits from structured perspective diversity.

2026-04-05
specsafe-prd
project-management-specialists

Create a Product Requirements Document from a product brief. Defines user journeys, functional requirements, non-functional requirements, and scope.

2026-04-05
specsafe-principles
project-management-specialists

Convert brainstorming output and early product thinking into a stable set of decision-making principles, non-goals, and quality priorities. Use before creating a product brief.

2026-04-05
specsafe-readiness
project-management-specialists

Final gate between planning and development. Validates that all planning artifacts are coherent, aligned, and sufficient to safely begin implementation as spec slices.

2026-04-05
Showing top 8 of 30 collected skills in this repository.
bootstrap
software-developers

Initialize a foreign project to use the pi-seshat system. Symlinks .omp/, drops AGENTS.md and CLAUDE.md templates, scaffolds specs/ and .pi/, updates .gitignore. Dry-run by default; --i-approve gates all mutations.

2026-06-20
coherence
software-developers

Read-only cross-source consistency checker. Surfaces drift between Linear issue state, SpecSafe slice files, and commit Spec-Slice trailers. No mutations, no network writes.

2026-06-20
docs
software-developers

Propose-review-apply flow for BMad artifacts (PRDs, UX specs, architecture, briefs). All applies require --i-approve and produce commits with Proposed-By/Approved-By trailers.

2026-06-20
env-doctor
software-developers

Read-only pre-flight verifier. Checks Linear, gh, omp, agent symlinks, and SpecSafe state-file integrity before a dogfood session. No mutations, no --i-approve gate.

2026-06-20
evaluation-flywheel
software-developers

This skill should be used when the user asks to add, update, or review evaluation coverage for agent behavior, LLM workflows, SpecSafe slices, harness prompts, or evalfly suites; when a PR changes agent instructions, slash commands, skills, schemas, or workflow-critical behavior; or when asked whether an eval is required.

2026-06-20
github
software-developers

Read and draft-mutate GitHub PRs, issues, and API endpoints via gh(1). All mutations require --i-approve. PR creation enforces a Linear-state invariant and is logged to .pi/.github-log.jsonl.

2026-06-20
latest-docs
software-developers

Fetch, cache, and expose the latest official documentation for registered libraries, SDKs, and APIs. Turns Luci's "always check latest official docs" rule from prose into an executable contract.

2026-06-20
linear
software-developers

Read and draft-mutate Linear issues, comments, and state transitions. All mutations require --i-approve and are logged to .pi/.linear-log.jsonl.

2026-06-20
Showing top 8 of 21 collected skills in this repository.
bootstrap
network-and-computer-systems-administrators

Initialize a foreign project to use the pi-seshat system. Symlinks .omp/, drops AGENTS.md and CLAUDE.md templates, scaffolds specs/ and .pi/, updates .gitignore. Dry-run by default; --i-approve gates all mutations.

2026-04-27
env-doctor
network-and-computer-systems-administrators

Read-only pre-flight verifier. Checks Honcho/Linear/gh/omp connectivity, agent symlinks, and state-file integrity before a dogfood session. No mutations, no --i-approve gate.

2026-04-27
latest-docs
software-developers

Fetch, cache, and expose the latest official documentation for registered libraries, SDKs, and APIs. Turns Luci's "always check latest official docs" rule from prose into an executable contract.

2026-04-27
latest-docs
software-developers

Fetch, cache, and expose the latest official documentation for registered libraries, SDKs, and APIs. Turns Luci's "always check latest official docs" rule from prose into an executable contract.

2026-04-27
docs
software-developers

Propose-review-apply flow for BMad artifacts (PRDs, UX specs, architecture, briefs). All applies require --i-approve and produce commits with Proposed-By/Approved-By trailers.

2026-04-27
github
software-developers

Read and draft-mutate GitHub PRs, issues, and API endpoints via gh(1). All mutations require --i-approve. PR creation enforces a Linear-state invariant and is logged to .pi/.github-log.jsonl.

2026-04-27
linear
project-management-specialists

Read and draft-mutate Linear issues, comments, and state transitions. All mutations require --i-approve and are logged to .pi/.linear-log.jsonl.

2026-04-27
memory
software-developers

Read-side helpers for Honcho memory and SpecSafe slice cost/activity. Status, review, cost, history, search — all read-only.

2026-04-27
Showing top 8 of 15 collected skills in this repository.
open-knowledge-pack-knowledge-base
software-developers

How to work in a Knowledge Base project (the `knowledge-base` starter pack). Read when the project has the three-layer source-grounded layout — `external-sources/` → `research/` → `articles/` — wired to the `workflow` MCP tool's ingest / research / consolidate kinds. Carries the pack's workflow, per-folder rules, status flows, and log discipline so this guidance does NOT live inside template bodies or log.md. Complements the platform `open-knowledge` skill; does not replace it.

2026-06-29
open-knowledge-pack-codebase-wiki
software-developers

How to work in a Codebase Wiki project (the `codebase-wiki` starter pack): an agent-authored, source-grounded wiki of the surrounding codebase. Read when the project has a `wiki/` knowledge base with `architecture/`, `modules/`, `flows/`, `concepts/`, and `guides/` sections plus `wiki/OVERVIEW.md`. Carries the per-folder rules and freshness + log discipline, summarizes the audience/depth knobs and source-reference convention, and points to the `workflow({ kind: 'wiki' })` guide for the full generate/refresh procedure. Complements the platform `open-knowledge` skill; does not replace it.

2026-06-29
open-knowledge-pack-knowledge-base
software-developers

How to work in a Knowledge Base project (the `knowledge-base` starter pack). Read when the project has the three-layer source-grounded layout — `external-sources/` → `research/` → `articles/` — wired to the `workflow` MCP tool's ingest / research / consolidate kinds. Carries the pack's workflow, per-folder rules, status flows, and log discipline so this guidance does NOT live inside template bodies or log.md. Complements the platform `open-knowledge` skill; does not replace it.

2026-06-29
open-knowledge
software-developers

Authoritative agent-runtime contract for working inside an OpenKnowledge project — a markdown-CRDT knowledge base exposed over MCP. Use whenever reading, listing, searching, or editing any `.md` or `.mdx` file in the project, and before any `mcp__open-knowledge__*` tool call (`exec`, `search`, `write`, `edit`, and the rest). Installed by `ok init`, so its presence means this is an OpenKnowledge project and it governs every markdown file here. Covers the read/write tool surface, grounding and linking rules, folder/template conventions, the live browser preview, and the rule that OK's MCP tools — never native file tools — handle in-scope markdown.

2026-06-29
Showing 7 of 7 repositories
All repositories loaded