npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

agentforce-skill

v1.0.0

Published

Agent kit (skills, commands, rules) for building Salesforce Agentforce agents using the SF CLI

Readme

Agentforce Skill

Agent kit for building Salesforce Agentforce agents using the SF CLI. This skill enables AI coding assistants to help you create, test, and deploy Agentforce agents.

Quick Start

# Install to your AI coding agent
npx agentforce-skill

# Or install directly
npx agentforce-skill --cursor --global
npx agentforce-skill --claude-code --local

Prerequisites

Before using this skill, ensure you have:

  1. Salesforce CLI installed:

    npm install -g @salesforce/cli
  2. Agent Plugin installed:

    sf plugins install @salesforce/plugin-agent
  3. Authenticated to an org with Agentforce enabled:

    sf org login web --alias my-dev-org

Available Skills

| Skill | Description | Triggers | |-------|-------------|----------| | agentforce-agent-development | Build, test, and deploy Agentforce agents | "create agent", "agent spec", "test agent", "agent preview" |

Usage Examples

Once installed, ask your AI assistant:

  • "Create a customer support agent for Acme Corp"
  • "Generate a test spec for my agent"
  • "How do I preview my agent?"
  • "Deploy my agent to production"
  • "Add a new topic for handling refunds"

Installation Options

Interactive Mode

npx agentforce-skill

Select your AI coding agent(s) and installation location.

Non-Interactive Mode

# Single agent
npx agentforce-skill --cursor --global
npx agentforce-skill --claude-code --local

# Multiple agents
npx agentforce-skill --cursor --windsurf --global

Supported AI Agents

  • Cursor - AI-powered code editor
  • Claude Code - Anthropic Claude CLI
  • Windsurf - Codeium AI editor
  • OpenCode - Open source AI coding CLI
  • Zed - High-performance code editor
  • Cline - AI coding assistant for VS Code
  • Codex - OpenAI Codex CLI

Skill Contents

skills/
└── agentforce/
    └── agent-development/
        ├── SKILL.md           # Main skill file
        ├── workflow.md        # Detailed workflow guide
        ├── examples.md        # Command examples
        ├── checklists.md      # Validation checklists
        └── commands-reference.md  # Full command reference

SF Agent Commands Covered

Agent Lifecycle

  • sf agent generate agent-spec - Generate agent specification
  • sf agent generate authoring-bundle - Create authoring bundle
  • sf agent validate authoring-bundle - Validate Agent Script
  • sf agent publish authoring-bundle - Deploy agent
  • sf agent activate / deactivate - Control agent availability

Testing

  • sf agent generate test-spec - Generate test specification
  • sf agent test create - Create test in org
  • sf agent test run - Execute tests
  • sf agent test results - Get test results
  • sf agent preview - Interactive testing

Documentation

External Resources

License

MIT