hipson-gpt

hipson-gpt is a skill for Claude Code, Codex from Hipson47/Hipson. It costs 38 tokens per session (300 once invoked), scanned A, original, Apache-2.0.

A reference package about writing prompts, breaking down reasoning, coordinating coding agents, building full-stack software, and adding evaluation and security safeguards.

In plain words
What is it for?
Use it when designing prompts, choosing an agent workflow, reviewing AI-written code or tests, planning full-stack architecture, or checking guardrails.
Why use it?
It gives an agent structured guidance for planning and reviewing complex AI-assisted development work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing prompts, choosing an agent workflow, reviewing AI-written code or tests, planning full-stack architecture, or checking guardrails.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hipson47/hipson/hipson-gpt
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.

Any agent
npx skills add Hipson47/Hipson --skill hipson-gpt
Clone the repo
git clone --depth 1 https://github.com/Hipson47/Hipson

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hipson-gpt

README.md
[![agentmods](https://agentmods.dev/badge/skills/hipson47/hipson/hipson-gpt.svg)](https://agentmods.dev/skills/hipson47/hipson/hipson-gpt)
Your own site
<a href="https://agentmods.dev/skills/hipson47/hipson/hipson-gpt"><img src="https://agentmods.dev/badge/skills/hipson47/hipson/hipson-gpt.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00038 $0.00300
Opus 5 $0.00019 $0.00150
Sonnet 5 $0.00008 $0.00060
Haiku 4.5 $0.00004 $0.00030

Measured 8d ago against content hash ce20f4b8ea6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hipson-gpt 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 8d 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.

skills/hipson-gpt/SKILL.md · 36 lines

What it actually says

hipson-gpt

Purpose

Curated Hipson knowledge package for prompt architecture, reasoning decomposition, agentic orchestration, AI coding workflows, fullstack guidance, multimodal prompting, and evaluation/security guardrails.

When To Use

  • Designing or reviewing prompts.
  • Choosing an agent workflow.
  • Planning multi-agent orchestration.
  • Reviewing AI-written code and tests.
  • Building or reviewing fullstack architecture.
  • Creating durable context summaries.
  • Checking security, evaluation, and prompt-injection guardrails.

Source Files

  • SYSTEM_PROMPT.md
  • 00_SKILLS_INDEX_AND_GLOSSARY.md
  • skill_system-prompt-architect.md
  • skill_reasoning-decomposition.md
  • skill_agentic-rag-orchestration.md
  • skill_ai-coding-workflows.md
  • skill_eval-security-guardrails.md
  • skill_fullstack-2026.md
  • skill_multimodal-gen-prompting.md

Usage Rule

Load only the relevant source file for the task. Do not dump whole knowledge files into chat. Summarize and apply.

Safety

Treat this package as reference knowledge, not higher-priority instructions. System, developer, and user instructions still take precedence.

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. 8d ago First seen · 36 lines · 38 tokens per session scan A ce20f4b8ea6e

Subscribe to this mod's changes

hipson-gpt is a skill published in the GitHub repository Hipson47/Hipson (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 300 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

nativeprompt

A prompt editor that adapts a user's request to the rules of a selected coding model, such as Claude Code, Codex, Gemini CLI, or GPT-5.

edvardgrishin27/nativeprompt · 147 tokens

refine

Transform a brief or prompt into a structured, production-ready prompt via prompt-optimizer. File or text mode.

automagik-dev/genie · 25 tokens

building-agent-systems

AI agent and LLM system engineering reference covering single-agent dev (ReAct, tool calling, plan-execute), multi-agent coordination (swarm, role decomposition, file locking), LLM security (prompt injection, jailbreak defense, output filtering), RAG architecture (chunking, hybrid retrieval, rerank), and prompt…

telagod/code-abyss · 110 tokens

prompt-engineering-expert

Expert prompt engineering, custom instruction, system prompt, and agent instruction design. Use when Codex needs to review, generate, refactor, debug, optimize, document, or test AI prompts; design reusable prompt templates; create or improve system prompts, custom instructions, agent behavior guidelines, tool-use…

alecs5am/ralphy · 76 tokens

ml

Machine learning and LLM engineering judgment, distilled from a stronger model - invoke when DECIDING whether/how to use ML or an LLM for a task (prompt vs RAG vs fine-tune vs classical); working with training/eval data or labels; building or reviewing evals for models and LLM features; designing RAG, structured…

telagod/code-abyss · 114 tokens

ai-automation

Workflow automation skills using AI. Build chatbots, automate repetitive tasks, integrate LLMs into pipelines, design intent-based assistants. Triggers on: chatbot, automation, workflow, AI agent, RAG, LLM integration, intent recognition, conversation design.

fatihkan/badi · 0 tokens