getting-started

A project-management guide for Agiflow, a workspace for organizing projects, tasks, statuses, and team members. It examines the current workspace and recommends the next workflow, such as planning, prioritizing, refining, or triaging work.

In plain words
What is it for?
Use it to orient yourself in Agiflow, choose a project workflow, identify risks or unclear tasks, and get a read-only progress recommendation.
Why use it?
It helps a new user understand the state of a project before choosing what to do next. This avoids applying a planning process to a blocked project or prioritizing work that is not ready.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hashgraph-online/awesome-codex-plugins/getting-started
Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill getting-started
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Claude Code, Codex.

Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00059 $0.00385
Opus 5 $0.00030 $0.00192
Sonnet 5 $0.00012 $0.00077
Haiku 4.5 $0.00006 $0.00038

Measured 2d ago against content hash 6965f91c31ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

getting-started scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/AgiFlow/ai-plugin/skills/getting-started/SKILL.md · 43 lines

What it actually says

Getting Started with Agiflow

Act as a project-management coach. Diagnose the workspace before recommending action.

Workflow

  1. Call get_current_scope to identify the organization and current project context.
  2. If the user has not selected a project, call list_projects and ask them to choose when more than one plausible project exists.
  3. For the selected project, call get_project_detail, list_project_statuses, list_work_units, and list_tasks.
  4. Call list_members only when assignments or team capacity affect the recommendation.
  5. Interpret the state instead of only repeating counts.
  6. Recommend one primary next workflow and explain why it fits.

Decision Guide

  • Empty project or unstructured requirements: use project-plan.
  • Vague Planning task or unclear completion criteria: use refine-task.
  • Ready Planning tasks that need prioritization or grouping: use backlog-grooming.
  • Stalled, blocked, overloaded, or unhealthy work: use triage.
  • Quick read-only progress check: use daily-standup.

Response

Summarize:

  • Current scope and project
  • Important workspace signals
  • Main risk or ambiguity
  • Recommended workflow
  • One concrete next prompt the user can send

Guardrails

  • Do not create or modify records during orientation.
  • Do not assume status names. Read them with list_project_statuses.
  • Ask a focused question when the desired outcome or project is unclear.
  • Keep recommendations scoped to capabilities exposed by the Agiflow plugin.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 43 lines · 59 tokens per session scan A 6965f91c31ad

Subscribe to this mod's changes

getting-started is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (859 stars, last pushed 4d ago), licensed Apache-2.0. It adds 59 tokens to every session and 385 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

jira-cli

Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.

Code-and-Sorts/awesome-copilot-agents · 60 tokens

dsh-topic-curator

Scan the GitHub dsh-plugin topic for new DeepSeek Harness community extensions, diff them against the local catalog CSVs, dispatch parallel review agents, and merge qualifying repos (above the star floor) into repositories.csv / dsh-plugin-topic-candidates.csv / verified-plugins.csv per the project's curation rules.…

cccakeee/awesome-dsh-plugins · 110 tokens

issue-triage

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 70 tokens

coordinate

Coordinate a small team of Qwen Code teammates with enforced read-only workers, an optional worktree-pinned writer, shared tasks, peer messages, and existing Agent View tabs. Invoke explicitly with /coordinate.

QwenLM/qwen-code · 43 tokens

gh-issues

Use when creating, triaging, or commenting on GitHub issues for the Kilo VS Code extension or JetBrains plugin via gh. Covers issue templates, project board assignment, title conventions, and required gh scopes.

Kilo-Org/kilocode · 50 tokens