Dev Client

🌐Community
by gigs-slc · vlatest · Repository

Automates client onboarding tasks like data import, API key generation, and initial setup documentation creation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dev-client npx -- -y @trustedskills/dev-client
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dev-client": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dev-client"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The dev-client skill provides access to development tools and resources. It allows an AI agent to interact with a React Native project, execute commands, and retrieve information about the codebase. This facilitates tasks such as debugging, testing, and code generation within a React Native environment.

When to use it

  • Debugging React Native applications: When you need help identifying and resolving issues in your React Native app's code.
  • Running tests: To execute automated tests for your React Native project and receive test results.
  • Code generation assistance: For generating boilerplate code or components within a React Native project.
  • Project information retrieval: To get details about the current state of a React Native project, like installed packages or build configurations.

Key capabilities

  • React Native project interaction
  • Command execution
  • Codebase information retrieval
  • Testing functionality

Example prompts

  • "Run tests for my React Native app."
  • "What are the dependencies in my package.json?"
  • "Generate a new component called 'MyComponent' with basic styling."

Tips & gotchas

The skill requires access to a React Native project environment. Ensure that the AI agent has the necessary permissions and context to interact with the project files correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
gigs-slc
Installs
9

🌐 Community

Passed automated security scans.