Install
$ agentstack add skill-urmzd-dotfiles-choose-stack ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Tools Reference
Release & Versioning
- sr (semantic-release) automated versioning, changelog, GitHub releases, AI-powered commits/rebase/review/PR generation (multi-backend: Claude, Copilot, Gemini)
Documentation & Demos
- teasr automated screenshot/GIF capture (web, terminal, screen)
- fsrc sync source code into markdown files
Code Generation
- oag (openapi-generator) OpenAPI → TypeScript/React/Python clients
Rust
- cargo build system and package manager
- clippy linting and idiomatic Rust checks
- clap command-line argument parsing
- cross cross-compilation for ARM/musl targets
- cargo-insta snapshot testing
Go
- wails desktop applications with Go backend and web frontend
- golangci-lint comprehensive Go linting
- go-rod browser automation
Node
- ncc compile Node.js modules into single files
- tsdown TypeScript bundler (Rolldown-based)
- biome linting and formatting for JS/TS
- turbo monorepo build system (task caching, parallel execution)
Python
- uv package manager and virtual environment tool
- ruff linting and formatting
- ty static type checking
- pytest testing framework
- pydantic data validation with type annotations
- fastapi async web framework
- logging (stdlib) foundation layer; prefer over loguru (
logging.getLogger(__name__)) - structlog structured/JSON logging on top of stdlib; use when services need machine-readable output
- loguru quick scripts and one-off CLIs only; never in libraries or production services
- opentelemetry tracing, metrics, and log export (otel-sdk + otel-exporter-otlp); stdlib logging has first-class OTel support, structlog works transitively
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: urmzd
- Source: urmzd/dotfiles
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.