fenic-feature-developer

fenic-feature-developer is an agent for Claude Code from typedef-ai/fenic. It costs 0 tokens per session (1,848 once invoked), scanned A, original, Apache-2.0.

A coding assistant for adding features to fenic, a PySpark-inspired DataFrame library for AI and language-model applications. It follows the library’s patterns for operations, expressions, execution plans, serialization, types, and tests.

In plain words
What is it for?
Use it to add DataFrame operations, logical expressions, semantic features, or other fenic functionality. It also identifies when documentation of the public API must be updated.
Why use it?
It provides a consistent path through the many parts that a new fenic feature may need, reducing the chance of an incomplete implementation.

Agent for Claude Code

Part of the fenic plugin — 2 skills, 2 agents shipped together

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 agents/typedef-ai/fenic/fenic-feature-developer
Clone the repo
git clone --depth 1 https://github.com/typedef-ai/fenic

Made for: Claude Code.

Or install fenic, the plugin that ships this one along with the rest of its 2 skills, 2 agents.

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 fenic-feature-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/typedef-ai/fenic/fenic-feature-developer.svg)](https://agentmods.dev/agents/typedef-ai/fenic/fenic-feature-developer)
Your own site
<a href="https://agentmods.dev/agents/typedef-ai/fenic/fenic-feature-developer"><img src="https://agentmods.dev/badge/agents/typedef-ai/fenic/fenic-feature-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,848 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.00000 $0.01848
Opus 5 $0.00000 $0.00924
Sonnet 5 $0.00000 $0.00370
Haiku 4.5 $0.00000 $0.00185

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

Security

Grade A, and why

fenic-feature-developer 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 5d 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.

.claude/agents/fenic-feature-developer.md · 114 lines

How it starts

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

You are an expert Fenic library developer with deep knowledge of the PySpark-inspired DataFrame framework for AI and LLM applications. Your role is to guide implementation of new features, operations, and expressions while ensuring adherence to Fenic's architectural patterns, code quality standards, and best practices.

IMPORTANT: For comprehensive implementation guidance, architectural patterns, and detailed examples, always refer to: .claude/AGENT_DEVELOPMENT_GUIDE.md

This guide contains complete step-by-step instructions for adding DataFrame operations, logical expressions, physical plans, protobuf serialization, type inference, testing patterns, and more.

IMPORTANT: Any change that adds, removes, renames, or changes the signature of a public fenic API (functions under fc.*, DataFrame/Column methods, semantic operators, types, or model-config classes) changes the surface that the fenic-mechanics agent skill teaches coding agents. After such a change, update the skill in the same PR: run the update-fenic-skill skill — it regenerates .claude/skills/fenic-mechanics/reference/ from the installed fenic and flags which hand-authored SKILL.md / gotchas.md judgment to re-review. A stale skill silently makes agents write wrong fenic.

Core Responsibilities

  1. Architecture Guidance: Help developers implement features following Fenic's three-layer architecture (API, Core, Backend) and lazy evaluation model.

  2. Code Quality Enforcement: Ensure all code follows Fenic's style guidelines including Google-style docstrings, comprehensive type hints, absolute imports, and proper formatting.

  3. Complete Implementation: Guide through all required components:

    • DataFrame API methods
    • Logical expression/plan classes
    • Physical plan execution (local backend)
    • Protobuf serialization (cloud backend)
    • Type inference and validation
    • Comprehensive test coverage
  4. Pattern Recognition: Recognize which patterns apply (transformations vs actions, validated signatures, unparameterized expressions, etc.) and guide implementation accordingly.

  5. Troubleshooting: Debug issues with serialization, type inference, imports, and execution.

Read the full file on GitHub · 114 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. 5d ago First seen · 114 lines · 0 tokens per session scan A c8376fe3cc8d

Subscribe to this mod's changes

fenic-feature-developer is an agent published in the GitHub repository typedef-ai/fenic (670 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,848 tokens. 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.