
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@outfitter/fieldguides
Advanced tools
Living documentation system that equips AI agents with consistent development practices
Essential supplies for consistent, high-quality software development expeditions.
Supplies provides everything developers and AI agents need before embarking on a development journey. This comprehensive collection ensures teams are equipped with the right standards, patterns, and knowledge to navigate any project terrain successfully.
Every great expedition needs proper preparation. This supplies repository solves the fundamental challenges of consistent development:
supplies/
├── guidebooks/ # Professional documentation (no themes)
│ ├── CODING.md # Universal coding principles
│ ├── TESTING.md # Core testing requirements
│ ├── SECURITY.md # Security baseline
│ ├── conventions/ # Team agreements and philosophies
│ ├── guides/ # Library-specific implementation guides
│ ├── operations/ # Deployment and monitoring practices
│ ├── patterns/ # Reusable implementation patterns
│ ├── references/ # Quick lookup material
│ ├── standards/ # Core standards by technology
│ └── templates/ # Ready-to-use configurations
├── docs/
│ ├── guidebooks/ # Documentation about guidebooks
│ ├── outfitter/ # Internal docs (expedition themed)
│ └── project/
│ ├── proposals/ # New expedition ideas
│ └── decisions/ # Route decisions and learnings
├── packages/ # Future: Gear distribution (npm)
└── outfitter-mcp/ # Future: Real-time guide service
Note: The expedition theme is used only in internal documentation. All guidebooks maintain professional, theme-neutral language for use in external projects.
Before setting out on any coding expedition:
All guidebooks are automatically validated for consistency:
# Run all validation (markdown + frontmatter)
pnpm run lint
# Validate frontmatter only
pnpm run lint:frontmatter
Every guidebook document (except STANDARDS) requires frontmatter metadata that is validated on commit and in CI/CD pipelines. See docs/guidebooks/frontmatter-schema.md for details.
Soon agents can automatically pack these essentials:
Real-time expedition support providing:
Every journey improves our collective knowledge:
Agent Outfitter believes in:
MIT License - Free to use on all your adventures
"Well-supplied teams build better software." ⛰️
FAQs
Living documentation system that equips AI agents with consistent development practices
We found that @outfitter/fieldguides demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.