Fred Diamond avatar

Fred Diamond

Community

@fred07diamond · Oakland, CA

0Followers
|
24Public Repos
|
16Published Skills

Hi, my name is Fred Diamond and I am a CSG Tools and Technologies Intern at Salesforce (based in San Francisco HQ).

Skills Distribution
DomainDeveloper To...Agent-Native App A.. (35%)Forms & Response M.. (20%)Data Modeling & Pe.. (15%)Frontend UI Design (15%)

Agent Skills by Fred Diamond

Showing 16 vetted skills indexed across 1 GitHub repositories.

fred07diamondfred07diamond

self-modifying-code

Guides agents in safely editing an app's own components, routes, styles, and scripts.

Community
Intermediate
fred07diamondfred07diamond

security

Implements user and org data scoping with access helpers and A2A authentication.

Community
Intermediate
fred07diamondfred07diamond

create-skill

Guides creation of new agent-native skills using templates and naming conventions.

Community
Basic
fred07diamondfred07diamond

delegate-to-agent

Routes all AI work from UI and scripts through the agent chat bridge.

Community
Intermediate
fred07diamondfred07diamond

actions

Create and run agent-callable TypeScript actions via pnpm action commands.

Community
Intermediate
fred07diamondfred07diamond

capture-learnings

Records debugging insights and architectural decisions in a project learnings.md file.

Community
Basic
fred07diamondfred07diamond

frontend-design

Generates production-grade frontend interfaces with distinctive typography, color, motion, and layout choices.

Community
Intermediate
fred07diamondfred07diamond

design-systems

Create and apply brand design system tokens to generated HTML designs.

Community
Intermediate
fred07diamondfred07diamond

form-building

Creates and updates structured forms with typed fields, validation, and conditional logic.

Community
Intermediate
fred07diamondfred07diamond

form-responses

View, export, and analyze form submission data via CLI actions.

Community
Basic
fred07diamondfred07diamond

storing-data

Guides selection and use of settings, application state, Drizzle tables, and OAuth token storage layers.

Community
Intermediate
fred07diamondfred07diamond

form-publishing

Manages form lifecycle states, public URLs, captcha, and submission integrations.

Community
Basic
fred07diamondfred07diamond

real-time-sync

Synchronizes UI with agent database writes via polling and React Query invalidation.

Community
Intermediate
fred07diamondfred07diamond

draft-queue

Queue, review, edit, and send teammate-requested email drafts from a durable SQL queue.

Community
Intermediate
fred07diamondfred07diamond

notion-integration

Sync documents bidirectionally between the content app and Notion pages.

Community
Intermediate
fred07diamondfred07diamond

document-editing

Create, read, update, and delete markdown documents via dedicated CLI action scripts.

Community
Intermediate

Frequently Asked Questions About Fred Diamond

FAQPage Schema
What tasks can I accomplish with Fred Diamond's skill manifest?▼

You can build agent-native apps end to end: create agent-callable actions, design forms and manage their lifecycle, store data in Drizzle tables, apply user/org security scoping, generate production-grade frontend UI, sync Notion pages, edit markdown documents, and queue email drafts.

Who is the target audience for these skills?▼

Developers building agent-native applications where an agent edits app source code, runs actions, and modifies UI. It suits engineers designing forms, data models, real-time UI sync via polling, and integrations like Notion or Slack-based email draft intake.

How do the form-building and form-publishing skills work together?▼

The form-building skill defines fields, structure, and JSON schema; form-publishing manages the draft, published, and closed lifecycle plus public URLs, captcha, and branding. Form-responses then handles viewing, exporting, and analyzing submitted data.

What are the prerequisites and runtime dependencies?▼

Skills assume an agent-native app environment with pnpm for running action commands, Drizzle for database tables, a markdown-based document model, and query invalidation with polling for real-time UI sync. No other external dependencies are specified in the manifest.

Are these skills open source and what licensing applies?▼

The frontend-design skill is sourced from the anthropics/skills GitHub repository with complete terms in its LICENSE.txt file. Other skills in the manifest do not specify licenses, so users should review each skill's terms before redistribution or commercial use.