Dev Client
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.
Run in terminal (recommended)
claude mcp add dev-client npx -- -y @trustedskills/dev-client
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.