Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Compute Co. skills

Our curated AI agent skills.

Use them in your project's flake with flake-skills:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    paper-skills.url = "github:papercomputeco/skills";
    paper-skills.inputs.nixpkgs.follows = "nixpkgs";
  };

  outputs = { self, nixpkgs, paper-skills }:
    let
      system = "x86_64-linux";
      pkgs   = nixpkgs.legacyPackages.${system};
      skills = paper-skills.lib;
    in
    {
      devShells.${system}.default = pkgs.mkShell {
        shellHook = skills.mkSkillsHook {
          skills = [ "dagger-check" ];
        };
      };
    };
}

Enter the dev shell nix develop for skills to automatically propagate.

Or install directly with the skills CLI:

npx skills add papercomputeco/skills

Skill Description
confluent-cloud-setup Set up Confluent Cloud clusters, topics, and API keys for any project
dagger-check Tell the agent how to run dagger check
pull-from-paper Look up paperd-captured org sessions, yours or a teammate's, via paperctl
tapes Search and query past agent sessions from local tapes SQLite store

About

Agent skills for the ecosystem of Paper Compute Co. software using flake-skills

Resources

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages