signals-dart

signals-dart is a skill for Claude Code, Codex from rodydavis/signals.dart. It costs 20 tokens per session (1,479 once invoked), scanned A, original, Apache-2.0.

Advanced guidance for Signals Core, a Dart library for reactive state that updates dependent code when values change. It covers derived state, effects, read-only views, batched updates, asynchronous values, streams, collections, mixins, and utility behavior.

In plain words
What is it for?
Use it when implementing or reviewing advanced signals, reactive collections, future or stream values, state options, and related utilities in signals_core.
Why use it?
It gives developers consistent ways to model synchronous and asynchronous state while handling updates, loading states, errors, and lifecycles safely.

Skill for Claude CodeCodex

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

Good fit Use it when implementing or reviewing advanced signals, reactive collections, future or stream values, state options, and related utilities in signals_core.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rodydavis/signals.dart/signals-dart
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 rodydavis/signals.dart --skill signals-dart
Clone the repo
git clone --depth 1 https://github.com/rodydavis/signals.dart

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 signals-dart

README.md
[![agentmods](https://agentmods.dev/badge/skills/rodydavis/signals.dart/signals-dart/github.svg)](https://agentmods.dev/skills/rodydavis/signals.dart/signals-dart)
Your own site
<a href="https://agentmods.dev/skills/rodydavis/signals.dart/signals-dart"><img src="https://agentmods.dev/badge/skills/rodydavis/signals.dart/signals-dart/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.

agentmods 80×15 button for signals-dart

Your own site · 80×15
<a href="https://agentmods.dev/skills/rodydavis/signals.dart/signals-dart"><img src="https://agentmods.dev/badge/skills/rodydavis/signals.dart/signals-dart.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,479 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00020 $0.01479
Opus 5 $0.00010 $0.00740
Sonnet 5 $0.00004 $0.00296
Haiku 4.5 $0.00002 $0.00148

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

Security

Grade A, and why

signals-dart 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 12d 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/signals-dart/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Signals Core Advanced Primitives

This skill details advanced state management primitives, reactive collections, async features, and value options semantics in signals_core.

Core Primitives

Related File Description
signal.md Standard writeable reactive state primitive containing value accessors, mutation mechanics, and basic custom options.
computed.md Lazy, memoized read-only derived state signal tracking reactive dependencies dynamically.
effect.md Synchronous observer managing active subscription loops, dynamic dependency updates, and lifecycle teardown.
readonly.md Read-only signal views ensuring unidirectional data access flows.
batch.md Transactional state mutation blocks optimizing reactive computations and preventing rendering/recompute churn.

Asynchronous Operations

Related File Description
future_signal.md Single-evaluation asynchronous future state representation resolving the double-evaluation issue.
stream_signal.md Dynamic, lifecycle-safe, self-disposing stream listener mapping to async loading/data/error states.
async_signal.md Unifying async state container mapping loading, success data, and failure error states cleanly.
computed_async.md Composable asynchronous operations built over reactive signals with active race condition protection.
computed_from.md State aggregator signal merging multiple async signals into a single unified result.

Reactive Collections

Related File Description
list_signal.md Optimized list wrapper proxying standard operations to support element-level reactivity.
set_signal.md Custom set wrapper ignoring duplicates and notifying on unique mutations.
map_signal.md Granular map wrapper supporting isolated dictionary element lookup triggers.
iterable_signal.md Iterable wrapper mapping custom lazy traversals to dynamic subscription layers.
queue_signal.md Double-ended queue wrapper supporting optimized reactive pipeline structures.

Read the full file on GitHub · 170 lines

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. 12d ago First seen · 170 lines · 20 tokens per session scan A b5e86c0db98b

Subscribe to this mod's changes

signals-dart is a skill published in the GitHub repository rodydavis/signals.dart (814 stars, last pushed 2d ago), licensed Apache-2.0. It adds 20 tokens to every session and 1,479 once invoked, about $0.0001 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

building-jaspr-web-apps

Builds SEO-friendly web applications with Dart using the Jaspr framework. Use when creating Dart-based websites, blogs, or landing pages requiring semantic HTML output; implementing server-side rendering (SSR) or static site generation (SSG); adding Tailwind CSS via jasprtailwind; routing with jasprrouter; testing…

Poorgramer-Zack/dart-expert-skills · 93 tokens

at_client_skills-sdk

Use this skill when a developer is building a Dart or Flutter app that depends on atclient or atclientflutter from pub.dev, stores or shares data via the Atsign Protocol, needs onboarding (CRAM new-atsign, atKeys file, keychain, APKAM) or APKAM enrollment, or asks about AtCollection , CItem , Query , sub-collections…

atsign-foundation/at_client_sdk · 232 tokens

architecture-feature-first

Use when creating a feature, designing folder structure, adding repositories/services/view models, wiring dependency injection, or deciding which layer owns logic.

evanca/flutter-ai-rules · 31 tokens

dart-3-updates

Use when writing switch statements, refactoring if-else chains, creating data classes, choosing records vs classes, destructuring values, or modernizing pre-Dart-3 code.

evanca/flutter-ai-rules · 42 tokens

effective-dart

Use when writing Dart code, reviewing for style, refactoring naming, adding doc comments, structuring imports, or enforcing type annotations.

evanca/flutter-ai-rules · 31 tokens

flutter-use-column-row-first

Use when building any Flutter screen or component to choose responsive Row, Column, Expanded, Flexible, and Spacer layouts before fixed-size or coordinate-based alternatives.

evanca/flutter-ai-rules · 36 tokens