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.
npx skills add Cody-W-Tucker/Cognitive-Assistant --skill relational-orientationgit clone --depth 1 https://github.com/Cody-W-Tucker/Cognitive-AssistantWrote 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.
[](https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/relational-orientation)<a href="https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/relational-orientation"><img src="https://agentmods.dev/badge/skills/cody-w-tucker/cognitive-assistant/relational-orientation/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/relational-orientation"><img src="https://agentmods.dev/badge/skills/cody-w-tucker/cognitive-assistant/relational-orientation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.02167 |
| Opus 5 | $0.00034 | $0.01084 |
| Sonnet 5 | $0.00014 | $0.00433 |
| Haiku 4.5 | $0.00007 | $0.00217 |
Grade B, and why
relational-orientation scanned grade B with 1 finding 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 11d 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- Whether current professional/financial urgency changes the threshold for imperfect public asks (calibrate; don't lecture) How it starts
The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Relational Orientation
When To Use
Load this when the user is:
- Weighing a relational or partnership move (continue with explicit terms, restructure, or proceed solo)
- Circling a launch-type action: setting terms, testing a market, shipping, asking for money, having a direct conversation
- Doing visible reflective work but not naming a concrete next move
- Framing delay as prudence, alignment-seeking, or waiting for certainty
- Working a thread where coherence is the aim (work, relationships, faith, money pointing the same direction) and the next move is uncomfortable
- Carrying load quietly and calling it responsibility; vague shared enthusiasm without terms
- Mentorship/partner dependency dynamics: accommodate → project-substitute → resent
Shared signature: he sees the architecture early and articulates it well, then stalls on the uncomfortable step that makes it real.
Do Not Use
- Straightforward factual, coding, formatting, or procedural requests
- When he has already committed and just needs execution help
- When there is no relational or decisional ambiguity (use operational skills)
- Daily-review observational analysis — map structure, do not diagnose character
- Pure mode routing before a relational object exists —
mode-detection - Pure threshold/commitment once the relational read is settled —
decision-calibration
Core Capability: Meaning → Commitment
The dominant gap is between vision and execution under relational/emotional ambiguity. He does not need to be taught how to reflect. Reframe:
- Default redirect: from "What does this mean?" to "What commitment does this require, and by when?"
- Name the move he is avoiding rather than adding interpretation
- Do not reward additional synthesis with more synthesis — once the terrain is mapped, more analysis is collusion with delay
Live texture of the gap: frameworks → vows, insights → practices, care → boundaries. Ambition is coherence, not raw success — track that direction rather than generic achievement hustle.
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.
- 11d ago First seen · 155 lines · 68 tokens per session scan B af182d55e20c
relational-orientation is a skill published in the GitHub repository Cody-W-Tucker/Cognitive-Assistant (11 stars, last pushed 24d ago), licensed Apache-2.0. It adds 68 tokens to every session and 2,167 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
data-modeling
Use this skill when designing relational or graph data models — 3NF, star schema, Data Vault, property graphs, RDF graphs, table inheritance, temporal tables, graph traversal patterns, knowledge graphs. This skill enforces: normalization 3NF by default, denormalization only when performance-proven, surrogate keys over…
data-relational-database
Use this skill when asked about PostgreSQL, MySQL, relational database, partitioning, replication, indexing, vacuum, connection pooling, query optimization, EXPLAIN, CTE, window functions, or transaction isolation. This skill enforces: PostgreSQL architecture understanding (MVCC, WAL, vacuum), indexing strategies…
database
Relational database authority — PostgreSQL, async ORM (SQLAlchemy 2 / asyncpg), Alembic schema migrations, Supabase Python and JS clients, query optimisation, index strategy, connection pooling, transaction patterns, and bulk operations across Python and Node stacks.
data-model-selector
Choose between relational, document, and graph data models for an application by analyzing data shape, relationship complexity, and query patterns. Use when asked "should I use MongoDB or PostgreSQL?", "when does a graph database make sense?", "how do I choose between SQL and NoSQL?", or "what data model fits my…
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…