Fred Diamond
Community@fred07diamond · Oakland, CA
Hi, my name is Fred Diamond and I am a CSG Tools and Technologies Intern at Salesforce (based in San Francisco HQ).
Agent Skills by Fred Diamond
Showing 16 vetted skills indexed across 1 GitHub repositories.
self-modifying-code
Guides agents in safely editing an app's own components, routes, styles, and scripts.
security
Implements user and org data scoping with access helpers and A2A authentication.
create-skill
Guides creation of new agent-native skills using templates and naming conventions.
delegate-to-agent
Routes all AI work from UI and scripts through the agent chat bridge.
actions
Create and run agent-callable TypeScript actions via pnpm action commands.
capture-learnings
Records debugging insights and architectural decisions in a project learnings.md file.
frontend-design
Generates production-grade frontend interfaces with distinctive typography, color, motion, and layout choices.
design-systems
Create and apply brand design system tokens to generated HTML designs.
form-building
Creates and updates structured forms with typed fields, validation, and conditional logic.
form-responses
View, export, and analyze form submission data via CLI actions.
storing-data
Guides selection and use of settings, application state, Drizzle tables, and OAuth token storage layers.
form-publishing
Manages form lifecycle states, public URLs, captcha, and submission integrations.
real-time-sync
Synchronizes UI with agent database writes via polling and React Query invalidation.
draft-queue
Queue, review, edit, and send teammate-requested email drafts from a durable SQL queue.
notion-integration
Sync documents bidirectionally between the content app and Notion pages.
document-editing
Create, read, update, and delete markdown documents via dedicated CLI action scripts.
Frequently Asked Questions About Fred Diamond
FAQPage SchemaWhat 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.