npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claudes-office

v0.4.1

Published

CLI tool to initialize Claude's office in your project

Readme

Claude's Office CLI

A command-line tool to quickly initialize Claude's Office organizational structure in your project, customized for your specific technology stack. Now with TypeScript support and update functionality!

What is Claude's Office?

Claude's Office is an organizational system that enhances Claude AI's capabilities by providing:

  1. A consistent organizational structure for project documents
  2. Role-specific context to help Claude adopt different perspectives based on your tech stack
  3. Clear separation between planning, reference materials, and implementation
  4. A framework for tracking progress and maintaining project status

Installation

# Install globally
npm install -g claudes-office

# Or use with npx
npx claudes-office init

Usage

# Initialize Claude's office in the current directory with interactive customization
claudes-office init

# Add roles to an existing installation
claudes-office add-roles

# Update an existing installation to the latest version
claudes-office update

# Get help
claudes-office --help

Interactive Setup Wizard

The initialization process now includes an interactive wizard that:

  1. Guides you through selecting your project type (Frontend, Backend, Full Stack, Mobile, Data Science)
  2. Allows you to choose specific frameworks and technologies you're using:
    • Frontend: React, Vue, Angular, Svelte
    • Backend: Express, NestJS, Django, Flask, FastAPI, Ruby on Rails
    • Mobile: React Native, Flutter
    • Data Science: Data Science tools, Machine Learning
  3. Customizes the roles directory to include only the relevant expert roles for your project
  4. Provides a summary of selected options before completing the installation

What Gets Installed

Running the init command creates the following in your project:

  • CLAUDE.md: Main guide for Claude to understand the office system
  • Initialize_Project.md: Instructions for setting up the office for a specific project
  • claudes-office/: Directory containing the customized office structure with:
    • Project-specific role guidance files based on your tech stack
    • Generic roles applicable to all projects
    • Reference materials directory
    • Work sessions tracking
    • Planning documents structure
    • Task management system
    • And more...

Role Organization

Roles are now organized into two main categories:

  1. Generic Roles: Core roles applicable to all projects (architect, dev lead, project manager, etc.)
  2. Project-Specific Roles: Technology-specific roles organized by domain (frontend, backend, mobile, data, devops)

Working with Claude

When working with Claude on your project, you should:

  1. Remind Claude to check the CLAUDE.md file at the beginning of your conversations
  2. Ask Claude to adopt specific roles from the roles directory when tackling specialized tasks
    • For example: "Please use the nestjs_expert role for this backend task"
  3. Let Claude use the office structure to organize its work and maintain context

New in Version 0.4.0

TypeScript Support

  • The entire codebase has been migrated to TypeScript
  • Improved type safety and maintainability
  • Enhanced developer experience with better code organization

Update Command

  • Safely update existing installations with claudes-office update
  • Backup system to protect your customizations
  • Selective component updates
  • Update notifications in your CLAUDE.md file

Meeting Functionality (Coming in v1.0)

  • Initial framework for meeting organization
  • Full AI-powered meeting generation planned for v1.0

License

MIT