Bknd Create Role
Creates backend database roles with specified permissions based on provided descriptions and requirements.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bknd-create-role npx -- -y @trustedskills/bknd-create-role
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bknd-create-role": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bknd-create-role"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, bknd-create-role, allows AI agents to create roles within a backend system. It facilitates defining user permissions and access levels by generating role configurations based on provided criteria. The resulting role definitions can then be applied to control what actions users can perform within the application.
When to use it
- Setting up new applications: Quickly define initial user roles (e.g., "admin," "editor," "viewer") when launching a new project.
- Managing permissions in existing systems: Easily create and modify roles to adapt to evolving security needs.
- Automating role creation: Generate roles programmatically based on data or external configurations, reducing manual effort.
- Granting granular access control: Define specific sets of actions for different user groups within an application.
Key capabilities
- Role definition generation
- Backend system integration (implied)
- Permission assignment
- Access level configuration
Example prompts
- "Create a role named 'Moderator' with permissions to delete posts and approve comments."
- "Generate a new user role called 'Analyst' that can view reports but not modify data."
- “Define an ‘Editor’ role allowing access to content creation tools.”
Tips & gotchas
The skill requires understanding of the backend system's role definition format. Ensure you provide clear and specific permission requests for optimal results.
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.